]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.55 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Sep 2024 15:54:33 +0000 (11:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Sep 2024 15:54:33 +0000 (11:54 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 27d7743f6e1bc2feafe80e2f29b5d5c7071cdf6a..0b4de1a55f38430dff20c29809921d3cf5cfa593 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.55
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.54
     :released: September 5, 2024
index ef3ad61f3cc4ddc836d6be6657d1216f96bf1d55..695b25dd8ca694dc88d5d23bb90658064a3c8580 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.54"
+__version__ = "1.4.55"
 
 
 def __go(lcls):