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

index 3ee8b6d2df3919f74f5771436eef0a6fc3f7167d..7ed34ad2ddf5b2c53c57b4df836fae282ac55c53 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.53
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.52
     :released: March 4, 2024
index 4b03001fba4a155a9677579e59cf62cbd72c6b9d..a1433d2f098f4ca3b380104609c1a9e0a7e8c0ef 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.52"
+__version__ = "1.4.53"
 
 
 def __go(lcls):