.. changelog::
:version: 2.0.27
- :include_notes_from: unreleased_20
+ :released: February 13, 2024
+
+ .. change::
+ :tags: bug, postgresql, regression
+ :tickets: 11005
+
+ Fixed regression caused by just-released fix for :ticket:`10863` where an
+ invalid exception class were added to the "except" block, which does not
+ get exercised unless such a catch actually happens. A mock-style test has
+ been added to ensure this catch is exercised in unit tests.
+
.. changelog::
:version: 2.0.26
+++ /dev/null
-.. change::
- :tags: bug, postgresql, regression
- :tickets: 11005
-
- Fixed regression caused by just-released fix for :ticket:`10863` where an
- invalid exception class were added to the "except" block, which does not
- get exercised unless such a catch actually happens. A mock-style test has
- been added to ensure this catch is exercised in unit tests.
-
# The short X.Y version.
version = "2.0"
# The full version, including alpha/beta/rc tags.
-release = "2.0.26"
+release = "2.0.27"
-release_date = "February 11, 2024"
+release_date = "February 13, 2024"
site_base = os.environ.get("RTD_SITE_BASE", "https://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"