]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.33 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Mar 2022 22:43:26 +0000 (17:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Mar 2022 22:43:26 +0000 (17:43 -0500)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index eacb83edfd4fcd1399077d5cf6ec54d691535031..fa70f56064589f0e92b427498ac279dc5a59b473 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.33
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.32
     :released: March 6, 2022
index 9fb3695132388dc20931ddb120be7f0c9747544d..fc34b3ab262c57af38a07c3d43f8dfad5d3ef43c 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.32"
+__version__ = "1.4.33"
 
 
 def __go(lcls):