]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Version 1.6.4 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 May 2021 20:52:56 +0000 (16:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 May 2021 20:52:56 +0000 (16:52 -0400)
alembic/__init__.py
docs/build/changelog.rst

index 1251cb6da7ae8671b025180d30a09171eaf90979..0c6ab17e9f6f3eccfdeb60c43a41d1d8454dfddf 100644 (file)
@@ -5,7 +5,7 @@ from . import op  # noqa
 from .runtime import environment
 from .runtime import migration
 
-__version__ = "1.6.3"
+__version__ = "1.6.4"
 
 sys.modules["alembic.migration"] = migration
 sys.modules["alembic.environment"] = environment
index c87f6b9a8eb9836571f405e7e8cd19fb1816afa0..7ea1fdb7888d7d4d1672f9464c02bfd1075c103b 100644 (file)
@@ -3,6 +3,10 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 1.6.4
+    :include_notes_from: unreleased
+
 .. changelog::
     :version: 1.6.3
     :released: May 21, 2021