Skip to content

Commit 8b87ab8

Browse files
authored
Merge pull request #150 from casework/release-0.14.1
Release 0.14.1
2 parents 02dab3a + ba3c6a2 commit 8b87ab8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/cicd.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ name: Continuous Integration
1616

1717
on:
1818
push:
19-
branches:
19+
branches:
2020
- main
2121
- develop
22+
- support-*
2223
pull_request:
23-
branches:
24+
branches:
2425
- main
2526
- develop
27+
- support-*
2628
release:
2729
types:
2830
- published
@@ -35,7 +37,7 @@ jobs:
3537
runs-on: ubuntu-latest
3638
strategy:
3739
matrix:
38-
python-version:
40+
python-version:
3941
- '3.9'
4042
- '3.12'
4143

@@ -57,7 +59,7 @@ jobs:
5759
run: make clean
5860
- name: Run tests
5961
run: make PYTHON3=python check
60-
62+
6163
# Build the binary wheel as well as the source tar
6264
- name: Build Objects
6365
run: |

case_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
#
1515
# We would appreciate acknowledgement if the software is used.
1616

17-
__version__ = "0.14.0"
17+
__version__ = "0.14.1"
1818

1919
from . import local_uuid # noqa: F401

tests/case_utils/case_validate/uco_test_examples/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ SHELL := /bin/bash
1818

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

21-
case_srcdir := $(top_srcdir)/dependencies/CASE
22-
23-
uco_srcdir := $(case_srcdir)/dependencies/UCO
21+
uco_srcdir := $(top_srcdir)/dependencies/CASE/dependencies/UCO
2422

2523
examples_srcdir := $(uco_srcdir)/tests/examples
2624

0 commit comments

Comments
 (0)