]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Version 1.5.4 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jan 2021 21:54:36 +0000 (16:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jan 2021 21:54:36 +0000 (16:54 -0500)
alembic/__init__.py
docs/build/changelog.rst

index b79cf5d32c6743a7875b0556d6e3ee62209066ca..6d61b498739e4700b0acb9a7d2cbf3f7362a014d 100644 (file)
@@ -5,7 +5,7 @@ from . import op  # noqa
 from .runtime import environment
 from .runtime import migration
 
-__version__ = "1.5.3"
+__version__ = "1.5.4"
 
 sys.modules["alembic.migration"] = migration
 sys.modules["alembic.environment"] = environment
index 13b37555367055e7d5b5ce29f0a66e46b6ef672a..ccafe8443a178457c50a6810401feabbc90c3326 100644 (file)
@@ -3,6 +3,10 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 1.5.4
+    :include_notes_from: unreleased
+
 .. changelog::
     :version: 1.5.3
     :released: January 29, 2021