]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 2.0.32 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jun 2024 21:39:11 +0000 (17:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jun 2024 21:39:11 +0000 (17:39 -0400)
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py

index 44a9480d410e763b28d1f9feb8455a29a7e986b8..ec885b1a488a7b4a31fc8609a953d040a180d239 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.32
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.31
     :released: June 18, 2024
index 0751c2482ff75618ec89ba02b692ea47c0abedec..b15c99062a5008f0cffcb1c9a597a5a7ba957068 100644 (file)
@@ -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.31"
+__version__ = "2.0.32"
 
 
 def __go(lcls: Any) -> None: