From: Mike Bayer Date: Wed, 6 Oct 2021 14:31:50 +0000 (-0400) Subject: Version 1.7.5 placeholder X-Git-Tag: rel_1_7_5~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf9e24a2452231523bc1436bfb0460563375b34;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.7.5 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index f40ab736..9db217c6 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.7.4" +__version__ = "1.7.5" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index fd406457..fc91eba0 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.7.5 + :include_notes_from: unreleased + .. changelog:: :version: 1.7.4 :released: October 6, 2021