From: Mike Bayer Date: Wed, 14 Jan 2026 18:53:32 +0000 (-0500) Subject: Version 1.18.2 placeholder X-Git-Tag: rel_1_18_2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36174eaa7f8723e5f9f579282147263e8c96241;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.18.2 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 5411c519..3c0a9202 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ from . import op from .runtime import plugins -__version__ = "1.18.1" +__version__ = "1.18.2" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 981187ee..22dbc9cc 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.18.2 + :include_notes_from: unreleased + .. changelog:: :version: 1.18.1 :released: January 14, 2026