Skip to content

Commit cb65273

Browse files
samblessstruzikawsbuild
authored
Release 4.0.1 (#180)
* Feature/v4 integration (#173) * add class of business detection * Point package builder to OED4 pre-release spec file * Set package to version 4.0.0 * Fix default for do_disaggregation to true (#169) * OED v4 release (#170) * branches renamed in OED repo (#172) * test oed_v4 * pep8 * ep8 * fixup test * pep8 --------- Co-authored-by: Sam Gamble <hexadessa@gmail.com> Co-authored-by: awsbuild <awsbuild@oasislmf.org> Co-authored-by: sambles <sambles@users.noreply.github.com> * set min pin for jsonschema (#179) * Adjust model settings schema, replace AllOf with schema refs (#178) * Test removing AllOff -- repaced with refs * Apply the deprecated options to duplicated options * fix syntax err * Drop testing for py3.8 (#176) * drop p3.8 in testing * f * fix (#181) * Set package to version 4.0.1 * Update changelog --------- Co-authored-by: Stephane Struzik <34556337+sstruzik@users.noreply.github.com> Co-authored-by: awsbuild <awsbuild@oasislmf.org>
1 parent 64f0000 commit cb65273

File tree

6 files changed

+83
-596
lines changed

6 files changed

+83
-596
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
needs: [build-ods, build-odm]
2828
strategy:
2929
matrix:
30-
python-version: ["3.8", "3.9", "3.10", "3.11"]
30+
python-version: ["3.9", "3.10", "3.11", "3.12"]
3131

3232
steps:
3333
- uses: actions/checkout@v3

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
ODS_Tools Changelog
22
===================
33

4+
`4.0.1`_
5+
---------
6+
* [#173](https://github.com/OasisLMF/ODS_Tools/pull/173) - Feature/v4 integration
7+
* [#176](https://github.com/OasisLMF/ODS_Tools/pull/176) - Drop testing for py3.8
8+
* [#178](https://github.com/OasisLMF/ODS_Tools/pull/178) - Adjust model settings schema, replace AllOf with schema refs
9+
* [#175](https://github.com/OasisLMF/ODS_Tools/pull/179) - Min package pin needed for jsonschema
10+
* [#181](https://github.com/OasisLMF/ODS_Tools/pull/181) - drop py3.8 testing but don't force the version
11+
.. _`4.0.1`: https://github.com/OasisLMF/ODS_Tools/compare/4.0.0...4.0.1
12+
413
.. _`4.0.0`: https://github.com/OasisLMF/ODS_Tools/compare/3.2.10...4.0.0
514

615
`3.2.9`_

ods_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '4.0.0'
1+
__version__ = '4.0.1'
22

33
import logging
44

0 commit comments

Comments
 (0)