]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.54 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jul 2024 16:34:35 +0000 (12:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jul 2024 16:34:35 +0000 (12:34 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 8532d76967e1700d0c7c024410d05e82efeda7fc..c19ef965f88ac3818c0fecfc22fd31d974ee7c48 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.54
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.53
     :released: July 29, 2024
index a1433d2f098f4ca3b380104609c1a9e0a7e8c0ef..ef3ad61f3cc4ddc836d6be6657d1216f96bf1d55 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.53"
+__version__ = "1.4.54"
 
 
 def __go(lcls):