]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.52 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Jan 2024 01:32:38 +0000 (20:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Jan 2024 01:32:38 +0000 (20:32 -0500)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 97fc250db3a26f66887a2b2f6afb58c40226b812..78b186863f0a830e19baae2f21397784781119d9 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.52
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.51
     :released: January 2, 2024
index 063ac840eb2aecb9cf2591ae4be5c4a8821bdc26..4b03001fba4a155a9677579e59cf62cbd72c6b9d 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.51"
+__version__ = "1.4.52"
 
 
 def __go(lcls):