Skip to content

Commit

Permalink
Preparing release 0.214.5
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Feb 16, 2023
1 parent 8aab4db commit 6a88654
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 @@ -2,7 +2,7 @@ Changelog of threedi-schema
===================================================


0.214.5 (unreleased)
0.214.5 (2023-02-16)
--------------------

- Add SQLAlchemy 2.0 support and drop 1.3 support.
Expand Down
2 changes: 1 addition & 1 deletion threedi_schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .domain import constants, custom_types, models # NOQA

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

0 comments on commit 6a88654

Please sign in to comment.