From 27a902cde7d6f06a33dcffed93fdb89d8f7bc3d7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 17 Apr 2021 13:21:36 -0400 Subject: [PATCH] next release is 1.6.0 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/__init__.py b/alembic/__init__.py index 8ba19bb2..4bb6d1fb 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -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 -- 2.47.2