From b15f34e34450b1b614ec4dcb5388ba1ec4117943 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 4 Mar 2019 13:03:59 -0500 Subject: [PATCH] Version 1.0.9 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 134488f8..b94bcb27 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.0.8' +__version__ = '1.0.9' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index b839301e..2c528f28 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.0.9 + :include_notes_from: unreleased + .. changelog:: :version: 1.0.8 :released: March 4, 2019 -- 2.47.2