We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d591e commit a370d83Copy full SHA for a370d83
2 files changed
CHANGES.rst
@@ -9,6 +9,13 @@
9
Changes
10
=======
11
12
+Version v2.3.0 (released 2026-02-24)
13
+
14
+- fix(config): use UTC for PostgreSQL
15
+- feat(alembic): set lock_timeout with retry on migration connections
16
+- docs(sphinx): ignore unresolved Flask-Alembic type refs
17
+- tests(utc): add unit tests for UTCDateTime
18
19
Version v2.2.1 (released 2026-01-30)
20
21
- fix(setup): pin sqlalchemy-continuum
invenio_db/__init__.py
@@ -92,7 +92,7 @@ class User(db.Model):
92
from .ext import InvenioDB
93
from .shared import db
94
95
-__version__ = "2.2.1"
+__version__ = "2.3.0"
96
97
__all__ = (
98
"__version__",
0 commit comments