Skip to content

Commit

Permalink
Preparing release 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Jan 8, 2025
1 parent d11a8ee commit 99361a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog of threedi-modelchecker



2.15.0 (unreleased)
2.15.0 (2025-01-08)
-------------------

- Change minimum python version to 3.9 in pyproject.toml, update test matrix.
Expand Down
2 changes: 1 addition & 1 deletion threedi_modelchecker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .model_checks import * # NOQA

# fmt: off
__version__ = '2.15.0.dev0'
__version__ = '2.15.0'
# fmt: on

0 comments on commit 99361a3

Please sign in to comment.