.. 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
# 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
+++ /dev/null
-.. 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.
+++ /dev/null
-.. 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.
-