From: Mike Bayer Date: Mon, 14 Mar 2022 19:41:19 +0000 (-0400) Subject: Version 1.7.8 placeholder X-Git-Tag: rel_1_8_0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e6f9079a7d0157a842b3786ebd4f7031b08912;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.7.8 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index ce9c05ee..4f28945c 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.7.7" +__version__ = "1.7.8" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 5bd9a032..17415d96 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.7.8 + :include_notes_from: unreleased + .. changelog:: :version: 1.7.7 :released: March 14, 2022