From: Mike Bayer Date: Fri, 9 Jan 2026 21:22:41 +0000 (-0500) Subject: Version 1.18.1 placeholder X-Git-Tag: rel_1_18_1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a3041c98562489725a3ac31b9d1ffa041bc4018;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.18.1 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 500f21c2..5411c519 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ from . import op from .runtime import plugins -__version__ = "1.18.0" +__version__ = "1.18.1" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index c05448c9..bb69fcc8 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.18.1 + :include_notes_from: unreleased + .. changelog:: :version: 1.18.0 :released: January 9, 2026