]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.32 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Mar 2022 16:29:54 +0000 (11:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Mar 2022 16:31:34 +0000 (11:31 -0500)
Mike cherry-picking this manually as it appears
I forgot to run post_update when I released 1.4.31

(cherry picked from commit 758f2b96d336c7ba5382e89bfd421f986b5ef846)

doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 4c68a387e86d6989b2e1407a2060fa3d9b42ceab..79102dd3e2961fb9c024e99121ef88d85a877f99 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.32
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.31
     :released: January 20, 2022
index 12056602e9c8516a185554adafe5e6b7ec14ad45..9fb3695132388dc20931ddb120be7f0c9747544d 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.31"
+__version__ = "1.4.32"
 
 
 def __go(lcls):