File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed
Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 test :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04
1717 env :
1818 POETRY_VERSION : 1.3.0
1919 strategy :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525 cancel-in-progress : true
2626jobs :
2727 build :
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-22.04
2929 env :
3030 POETRY_VERSION : 1.3.0
3131 PYTHON_VERSION : " 3.10"
Original file line number Diff line number Diff line change 77
88jobs :
99 pypi_release :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 env :
1212 POETRY_VERSION : 1.3.0
1313 PYTHON_VERSION : " 3.10"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525 cancel-in-progress : true
2626jobs :
2727 test :
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-22.04
2929 env :
3030 POETRY_VERSION : 1.3.0
3131 strategy :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " schematicpy"
3- version = " 24.11.2 "
3+ version = " 24.12.1 "
44description = " Package for biomedical data model and metadata ingress management"
55authors = [
66 " Milen Nikolov <milen.nikolov@sagebase.org>" ,
Original file line number Diff line number Diff line change 11"""Sets the version of the package"""
2- import importlib .metadata
3-
4- __version__ = importlib .metadata .version ("schematicpy" )
2+ # Version hardcoded see https://sagebionetworks.jira.com/browse/SCHEMATIC-229
3+ __version__ = "24.12.1"
You can’t perform that action at this time.
0 commit comments