From e96e5fa151dac59e287a20c738e877d9c9a504bf Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 17 Sep 2021 11:29:34 -0400 Subject: [PATCH] Version 1.7.4 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 78a48aca..f40ab736 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.7.3" +__version__ = "1.7.4" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 56e6498c..24664953 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.7.4 + :include_notes_from: unreleased + .. changelog:: :version: 1.7.3 :released: September 17, 2021 -- 2.47.2