]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 2.0.29 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2024 13:41:51 +0000 (08:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2024 13:41:51 +0000 (08:41 -0500)
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py

index 8a5b51d82821e956a2d7377f13d5d9781892c721..30b1f9579fed40787913a1127df854ff1d0d4391 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.29
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.28
     :released: March 4, 2024
index 2cdd96e234c992b09e3691ecf01d93c8631a58d1..9e983d07fca0d61f730520e92951409dfa03c82a 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.28"
+__version__ = "2.0.29"
 
 
 def __go(lcls: Any) -> None: