Skip to content

Commit

Permalink
- 2.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Feb 13, 2024
1 parent c1e192b commit 43f0d84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 11 additions & 1 deletion doc/build/changelog/changelog_20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@

.. 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
Expand Down
9 changes: 0 additions & 9 deletions doc/build/changelog/unreleased_20/11005.rst

This file was deleted.

4 changes: 2 additions & 2 deletions doc/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@
# 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"
Expand Down

0 comments on commit 43f0d84

Please sign in to comment.