]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 2.0.52 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Jun 2026 15:41:38 +0000 (11:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Jun 2026 15:41:38 +0000 (11:41 -0400)
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py

index dd7570effe9e2cdd01e38fb6aebf169d0dfc336a..b4b48819fc8c89767e276247a103c6e9901565c1 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.52
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.51
     :released: June 15, 2026
index e47b9646ea937d276377bdd5cdc9a56367029fae..357b4834016f74fd511707919a440801f473a64a 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.51"
+__version__ = "2.0.52"
 
 
 def __go(lcls: Any) -> None: