]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Version 1.5.7 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Mar 2021 15:07:59 +0000 (10:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Mar 2021 15:07:59 +0000 (10:07 -0500)
alembic/__init__.py
docs/build/changelog.rst

index 98913e12ddb9ace82ca96d2857b02fd06743c872..a76a9112e19c89df3b94813ac54fe1f498e65fd2 100644 (file)
@@ -5,7 +5,7 @@ from . import op  # noqa
 from .runtime import environment
 from .runtime import migration
 
-__version__ = "1.5.6"
+__version__ = "1.5.7"
 
 sys.modules["alembic.migration"] = migration
 sys.modules["alembic.environment"] = environment
index ec188c32873af0806c9eefa639e4d3e2d663a82e..66ea1fe5a610ee27a35e4ea82c016714d5e84870 100644 (file)
@@ -3,6 +3,10 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 1.5.7
+    :include_notes_from: unreleased
+
 .. changelog::
     :version: 1.5.6
     :released: March 5, 2021