]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.29 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Dec 2021 19:50:36 +0000 (14:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Dec 2021 19:50:36 +0000 (14:50 -0500)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index f5c590e8bdad720aa300ba09c30ee1d8c1718e9a..006e0c585fce0b4c229f807df2a3a1a2f0ae6fd1 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.29
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.28
     :released: December 9, 2021
index e962fc3b8fe04a9f9ce82ab86fa796afc0425618..d249fbbcc146b8d65a27b7a3a3b981a994cb799d 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.28"
+__version__ = "1.4.29"
 
 
 def __go(lcls):