]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.38 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 May 2022 21:28:09 +0000 (17:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 May 2022 21:28:09 +0000 (17:28 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 1c043fef4e9f4fe961a3fe2fc7157b843a57f901..61e2fad816b04bb9173959668ae03b21d6f84ab3 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.38
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.37
     :released: May 31, 2022
index 0ed1fef0715d56e3aaadb94b00cc97e8eb385152..91a4b0767d47d3945d612a83203528684243f35d 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.37"
+__version__ = "1.4.38"
 
 
 def __go(lcls):