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

index 3b37e7049fc92b6e81f8238ba0b7449cf50afdf2..11d57f87b3a890521e559e1c02dda33b0fceca6e 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.30
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.29
     :released: December 22, 2021
index d249fbbcc146b8d65a27b7a3a3b981a994cb799d..f4241074e5155d2893c8835d2f52941e0cf1c944 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.29"
+__version__ = "1.4.30"
 
 
 def __go(lcls):