]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.20 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Jun 2021 01:30:40 +0000 (21:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Jun 2021 01:30:40 +0000 (21:30 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 2774c5b8ebfbbb22e08c3f9613fab35ff68eb944..2b4f2207f6440ca6840ffbea8a2d16b432d6a6c0 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.20
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.19
     :released: June 22, 2021
index c07217af7cd35a2c35832921d8e0cc2606025023..18c33ec9f537da3ba77f5f6420b62cf094c88907 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.19"
+__version__ = "1.4.20"
 
 
 def __go(lcls):