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

index 4c011c3f4e570bb4dd6910db4c4f818669da4427..a2548a412b0b53e077e078c010fbf7aa7d5abc43 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.7
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.6
     :released: April 6, 2021
index a6867f45cbd720fd077c69df064566c4fad7766b..f0d01bc536475c2e14e03e19fd575e13d1726b03 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.6"
+__version__ = "1.4.7"
 
 
 def __go(lcls):