]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
next release is 1.6.0
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Apr 2021 17:21:36 +0000 (13:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Apr 2021 17:21:36 +0000 (13:21 -0400)
The change for #803 as well as the upcoming fix for
issue #765 are major changes to the internals, so we will be
on a new minor version.

Change-Id: I6c384c4900761d9b4fb27742a4c8ecb227aa87e3

alembic/__init__.py

index 8ba19bb287e20c82e8d0cf5e4dcf783fd57948b5..4bb6d1fb0eb280531983866ad0c1c7d187ab321e 100644 (file)
@@ -5,7 +5,7 @@ from . import op  # noqa
 from .runtime import environment
 from .runtime import migration
 
-__version__ = "1.5.9"
+__version__ = "1.6.0"
 
 sys.modules["alembic.migration"] = migration
 sys.modules["alembic.environment"] = environment