]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.12 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Apr 2021 03:15:51 +0000 (23:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Apr 2021 03:15:51 +0000 (23:15 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 5bb7ad4b519fa984dd45a8d61e6b201c5f422161..4482058c1ef453e38531d3d5e575aaa78b93f3f9 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.12
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.11
     :released: April 21, 2021
index ec241cf6ffaad4e72b383081a215c19a1e765826..276ca5bef94f6813f4c281e85793100784dc2609 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.11"
+__version__ = "1.4.12"
 
 
 def __go(lcls):