From: Mike Bayer Date: Tue, 31 May 2022 21:13:08 +0000 (-0400) Subject: Version 1.8.1 placeholder X-Git-Tag: rel_1_8_1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a7b94927fe13aa3e74d9172e07abb1fd148f80;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.8.1 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 09a4d622..082fad5d 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.8.0" +__version__ = "1.8.1" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 4306e392..2cfd0559 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.8.1 + :include_notes_from: unreleased + .. changelog:: :version: 1.8.0 :released: May 31, 2022