Skip to content

Commit 723bc94

Browse files
committed
- 1.18.1
1 parent 2c16106 commit 723bc94

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

docs/build/changelog.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@ Changelog
55

66
.. changelog::
77
:version: 1.18.1
8-
:include_notes_from: unreleased
8+
:released: January 14, 2026
9+
10+
.. change::
11+
:tags: bug, autogenerate
12+
:tickets: 1779
13+
14+
Fixed issue in new plugin system where the configured logger was not
15+
correctly using the ``__name__`` token to identify the logger.
16+
17+
.. change::
18+
:tags: bug, operations
19+
20+
Revised the change regarding SQLAlchemy 2.1 and deprecation warnings
21+
related to ``isolate_from_table=True``. Further developments in release 2.1
22+
have revised how this parameter will be modified.
23+
924

1025
.. changelog::
1126
:version: 1.18.0

docs/build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
# The short X.Y version.
102102
version = alembic.__version__
103103
# The full version, including alpha/beta/rc tags.
104-
release = "1.18.0"
105-
release_date = "January 9, 2026"
104+
release = "1.18.1"
105+
release_date = "January 14, 2026"
106106

107107

108108
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/1779.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/build/unreleased/constraint_dep_revert.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)