From 3db799aac12e564805d36126947eb2ea66b2ba8e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 24 Sep 2019 16:36:04 -0400 Subject: [PATCH] Version 1.2.2 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 d4a378bd..907d8380 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.1' +__version__ = '1.2.2' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 91ae7de1..ba808d49 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.2.2 + :include_notes_from: unreleased + .. changelog:: :version: 1.2.1 :released: September 24, 2019 -- 2.47.2