From: Mike Bayer Date: Wed, 14 Jan 2026 18:52:26 +0000 (-0500) Subject: - 1.18.1 X-Git-Tag: rel_1_18_1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=723bc949b9427b1a258ee0913e8fb89aaa3e4d31;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.18.1 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index dea1b461..981187ee 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,22 @@ Changelog .. changelog:: :version: 1.18.1 - :include_notes_from: unreleased + :released: January 14, 2026 + + .. change:: + :tags: bug, autogenerate + :tickets: 1779 + + Fixed issue in new plugin system where the configured logger was not + correctly using the ``__name__`` token to identify the logger. + + .. change:: + :tags: bug, operations + + Revised the change regarding SQLAlchemy 2.1 and deprecation warnings + related to ``isolate_from_table=True``. Further developments in release 2.1 + have revised how this parameter will be modified. + .. changelog:: :version: 1.18.0 diff --git a/docs/build/conf.py b/docs/build/conf.py index 46a93eb3..9ade210a 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -101,8 +101,8 @@ author = "Mike Bayer" # The short X.Y version. version = alembic.__version__ # The full version, including alpha/beta/rc tags. -release = "1.18.0" -release_date = "January 9, 2026" +release = "1.18.1" +release_date = "January 14, 2026" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/docs/build/unreleased/1779.rst b/docs/build/unreleased/1779.rst deleted file mode 100644 index 175ded7f..00000000 --- a/docs/build/unreleased/1779.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. change:: - :tags: bug, autogenerate - :tickets: 1779 - - Fixed issue in new plugin system where the configured logger was not - correctly using the ``__name__`` token to identify the logger. diff --git a/docs/build/unreleased/constraint_dep_revert.rst b/docs/build/unreleased/constraint_dep_revert.rst deleted file mode 100644 index c816945d..00000000 --- a/docs/build/unreleased/constraint_dep_revert.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, operations - - Revised the change regarding SQLAlchemy 2.1 and deprecation warnings - related to ``isolate_from_table=True``. Further developments in release 2.1 - have revised how this parameter will be modified. -