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

index 178ad3ef193e9450b33954980acbb728a9b3548e..4d7aa9a9ae2d64a27627bceefb740a88e2a226ab 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.21
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.20
     :released: June 28, 2021
index 18c33ec9f537da3ba77f5f6420b62cf094c88907..1f9127e05aef0af3f9be198b069acd5950c7b389 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.20"
+__version__ = "1.4.21"
 
 
 def __go(lcls):