From d10b9d946aaf55226fef9e26d989d63f3e9a2bda Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 31 Aug 2023 13:27:37 -0400 Subject: [PATCH] Version 1.12.1 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 f391826a..c5870fb1 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.12.0" +__version__ = "1.12.1" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index f51ad132..b72f33f7 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.12.1 + :include_notes_from: unreleased + .. changelog:: :version: 1.12.0 :released: August 31, 2023 -- 2.47.2