From: Mike Bayer Date: Wed, 8 Mar 2023 17:18:10 +0000 (-0500) Subject: Version 1.10.3 placeholder X-Git-Tag: rel_1_10_3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555fddf015ae38e1f44e829645d8b09b175cb0c4;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.10.3 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 4bf0a682..72201f70 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.10.2" +__version__ = "1.10.3" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index e8c1f567..6dbb55f6 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.10.3 + :include_notes_from: unreleased + .. changelog:: :version: 1.10.2 :released: March 8, 2023