]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.39 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Jun 2022 16:26:49 +0000 (12:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Jun 2022 16:26:49 +0000 (12:26 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 7e7cc1792648041c9f1e6788652a0986b1c7cdc5..805326ccc84fdeeed82045f9d779d3f1f78c116b 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.39
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.38
     :released: June 23, 2022
index 91a4b0767d47d3945d612a83203528684243f35d..0026037943d1368fabb7eeea27ac2bff4e6c02db 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.38"
+__version__ = "1.4.39"
 
 
 def __go(lcls):