]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.35 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Mar 2022 22:28:33 +0000 (18:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Mar 2022 22:28:33 +0000 (18:28 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 80205285ac29595311ae0ba4dceb4208ab958e9d..16740c95910622b4d6d2aa69a6d4ca37c1636f5a 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.35
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.34
     :released: March 31, 2022
index 9610e0a66f789506eb3f4ee2af4e87e59c036104..456194d139bf4cb710e99ece4ee4c6bb5c97f059 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.34"
+__version__ = "1.4.35"
 
 
 def __go(lcls):