From 183d63516b115079af0d82813b5c4eb2ec918d1d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 26 Oct 2023 11:10:57 -0400 Subject: [PATCH] Version 1.12.2 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 c5870fb1..d0ecfc1a 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.12.1" +__version__ = "1.12.2" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index a5f210ba..7b8c6473 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.12.2 + :include_notes_from: unreleased + .. changelog:: :version: 1.12.1 :released: October 26, 2023 -- 2.47.2