Skip to content

Commit

Permalink
Merge pull request #150 from casework/release-0.14.1
Browse files Browse the repository at this point in the history
Release 0.14.1
  • Loading branch information
kchason authored Dec 22, 2023
2 parents 02dab3a + ba3c6a2 commit 8b87ab8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ name: Continuous Integration

on:
push:
branches:
branches:
- main
- develop
- support-*
pull_request:
branches:
branches:
- main
- develop
- support-*
release:
types:
- published
Expand All @@ -35,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
python-version:
- '3.9'
- '3.12'

Expand All @@ -57,7 +59,7 @@ jobs:
run: make clean
- name: Run tests
run: make PYTHON3=python check

# Build the binary wheel as well as the source tar
- name: Build Objects
run: |
Expand Down
2 changes: 1 addition & 1 deletion case_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
#
# We would appreciate acknowledgement if the software is used.

__version__ = "0.14.0"
__version__ = "0.14.1"

from . import local_uuid # noqa: F401
4 changes: 1 addition & 3 deletions tests/case_utils/case_validate/uco_test_examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ SHELL := /bin/bash

top_srcdir := $(shell cd ../../../.. ; pwd)

case_srcdir := $(top_srcdir)/dependencies/CASE

uco_srcdir := $(case_srcdir)/dependencies/UCO
uco_srcdir := $(top_srcdir)/dependencies/CASE/dependencies/UCO

examples_srcdir := $(uco_srcdir)/tests/examples

Expand Down

0 comments on commit 8b87ab8

Please sign in to comment.