]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 2.0.39 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Feb 2025 20:10:27 +0000 (15:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Feb 2025 20:10:27 +0000 (15:10 -0500)
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py

index 1da57c1a0b538c6a30d9080a47f501f1aa7b120b..e5e9a87d9af27ca9852fe7cda47de3393223420d 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.39
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.38
     :released: February 6, 2025
index d67636cf84fb8df0be783c1c8628a732cbef33b3..5b9c095ce9c9c77df50bd509b849b00e960d2389 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.38"
+__version__ = "2.0.39"
 
 
 def __go(lcls: Any) -> None: