]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Version 1.5.2 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jan 2021 15:21:52 +0000 (10:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jan 2021 15:21:52 +0000 (10:21 -0500)
alembic/__init__.py
docs/build/changelog.rst

index f8993f997cb4a0fe04aa898a31df03c27e3bbf46..60b3ff112561fbd4fa26bfed56b642a191719440 100644 (file)
@@ -5,7 +5,7 @@ from . import op  # noqa
 from .runtime import environment
 from .runtime import migration
 
-__version__ = "1.5.1"
+__version__ = "1.5.2"
 
 sys.modules["alembic.migration"] = migration
 sys.modules["alembic.environment"] = environment
index 3cf7f9627f041ecfae3fa620c1d3cda2afbbd8cc..0fe68593bfebd6afde96963a1a8541c4d620e9dc 100644 (file)
@@ -3,6 +3,10 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 1.5.2
+    :include_notes_from: unreleased
+
 .. changelog::
     :version: 1.5.1
     :released: January 19, 2021