]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Version 1.5.1 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Jan 2021 20:59:38 +0000 (15:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Jan 2021 20:59:38 +0000 (15:59 -0500)
alembic/__init__.py
docs/build/changelog.rst

index 0a640e30d8d971c6f6d3467944d089ed68a47693..f8993f997cb4a0fe04aa898a31df03c27e3bbf46 100644 (file)
@@ -5,7 +5,7 @@ from . import op  # noqa
 from .runtime import environment
 from .runtime import migration
 
-__version__ = "1.5.0"
+__version__ = "1.5.1"
 
 sys.modules["alembic.migration"] = migration
 sys.modules["alembic.environment"] = environment
index c2646783e231f13e019939b5cc00a18a9f94a2bf..5710e767c3c2b003d809dbb7629b4841dadc71ec 100644 (file)
@@ -3,6 +3,10 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 1.5.1
+    :include_notes_from: unreleased
+
 .. changelog::
     :version: 1.5.0
     :released: January 18, 2021