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

index 2e5ddea7c7174d0716fb036bd4eeba2a68b05fb1..cf221b725d8230751f7ac9d536520b2d286d6563 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.40
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.39
     :released: June 24, 2022
index 0026037943d1368fabb7eeea27ac2bff4e6c02db..3cae9f5544ce995f38ded732eaf430248086e807 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.39"
+__version__ = "1.4.40"
 
 
 def __go(lcls):