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

index 322c96000d9003fbd362645f5bfa9829bbacf281..3b1b051387c4de91b7137f3d46c8d12e976d08f9 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.34
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.33
     :released: March 31, 2022
index fc34b3ab262c57af38a07c3d43f8dfad5d3ef43c..9610e0a66f789506eb3f4ee2af4e87e59c036104 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.33"
+__version__ = "1.4.34"
 
 
 def __go(lcls):