Skip to content

Commit fa990bc

Browse files
v2.0.4
1 parent f37fda8 commit fa990bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cardinal_pythonlib/version_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
3232
"""
3333

34-
VERSION_STRING = "2.0.3"
34+
VERSION_STRING = "2.0.4"
3535
# Use semantic versioning: https://semver.org/

docs/source/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,15 +873,15 @@ Quick links:
873873

874874
- Improve ability of Alembic support code to take a database URL.
875875

876-
**2.0.3 (2023-03-11)**
876+
**2.0.3 (2025-03-11)**
877877

878878
- Reinstate BIT and similar datatypes in the list of valid datatypes. Broken
879879
since v2.0.0.
880880

881881
- Allow ``db_url`` parameter to
882882
``cardinal_pythonlib.sqlalchemy.alembic_func.create_database_migration_numbered_style``.
883883

884-
**2.0.4**
884+
**2.0.4 (2025-03-17)**
885885

886886
- Fix :func:`cardinal_pythonlib.sqlalchemy.schema.execute_ddl` so that it always
887887
commits. Not all dialects commit automatically.

0 commit comments

Comments
 (0)