From b9d947125156bb408821a7b8987735529b023f2c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 15 Apr 2019 11:47:18 -0400 Subject: [PATCH] Version 1.0.10 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 b94bcb27..da2b39c4 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.9' +__version__ = '1.0.10' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 14a524cb..0a37e340 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.0.10 + :include_notes_from: unreleased + .. changelog:: :version: 1.0.9 :released: April 15, 2019 -- 2.47.2