From e998645c5cc5b129c9a00b3ec31d9ead931f11e8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 6 May 2021 22:35:16 -0400 Subject: [PATCH] Version 1.6.3 placeholder --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/alembic/__init__.py b/alembic/__init__.py index c8b27fb3..1251cb6d 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.6.2" +__version__ = "1.6.3" sys.modules["alembic.migration"] = migration sys.modules["alembic.environment"] = environment diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 47d8831f..88f053bf 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.6.3 + :include_notes_from: unreleased + .. changelog:: :version: 1.6.2 :released: May 6, 2021 -- 2.47.2