From ced3f89404f9ade93358956cbbdc122832a15e29 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 16 Dec 2019 13:47:38 -0500 Subject: [PATCH] Version 1.3.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 144c553c..fdb715eb 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.3.2' +__version__ = '1.3.3' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index eb541eb5..f3015e6b 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.3.3 + :include_notes_from: unreleased + .. changelog:: :version: 1.3.2 :released: December 16, 2019 -- 2.47.2