From 3496f19cd52c89f05ca0a8af32adb141caa3db8d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 20 Sep 2019 10:35:55 -0400 Subject: [PATCH] Version 1.2.1 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 6a001c71..d4a378bd 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -6,7 +6,7 @@ from . import op # noqa from .runtime import environment from .runtime import migration -__version__ = "1.2.0" +__version__ = '1.2.1' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index ce5a937c..cb48885b 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.2.1 + :include_notes_from: unreleased + .. changelog:: :version: 1.2.0 :released: September 20, 2019 -- 2.47.2