From 8043d5d2b46a2d12e445c8d352d0249447340613 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 23 Mar 2021 14:24:45 -0400 Subject: [PATCH] Version 1.5.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 9b0f970d..8ba19bb2 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -5,7 +5,7 @@ from . import op # noqa from .runtime import environment from .runtime import migration -__version__ = "1.5.8" +__version__ = "1.5.9" sys.modules["alembic.migration"] = migration sys.modules["alembic.environment"] = environment diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index b3e9ba0f..77c1015d 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.5.9 + :include_notes_from: unreleased + .. changelog:: :version: 1.5.8 :released: March 23, 2021 -- 2.47.2