From: Mike Bayer Date: Mon, 5 Aug 2024 19:08:57 +0000 (-0400) Subject: Version 2.0.33 placeholder X-Git-Tag: rel_2_0_33~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b07f6293193e37f3a2897f5d0b61b443d32fcfe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 2.0.33 placeholder --- diff --git a/doc/build/changelog/changelog_20.rst b/doc/build/changelog/changelog_20.rst index f6f324bd62..e4448ec3df 100644 --- a/doc/build/changelog/changelog_20.rst +++ b/doc/build/changelog/changelog_20.rst @@ -8,6 +8,10 @@ :start-line: 5 +.. changelog:: + :version: 2.0.33 + :include_notes_from: unreleased_20 + .. changelog:: :version: 2.0.32 :released: August 5, 2024 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index b15c99062a..8eec8fce27 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -269,7 +269,7 @@ from .types import Uuid as Uuid from .types import VARBINARY as VARBINARY from .types import VARCHAR as VARCHAR -__version__ = "2.0.32" +__version__ = "2.0.33" def __go(lcls: Any) -> None: