]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.31 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Jan 2022 23:18:12 +0000 (18:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Jan 2022 23:18:12 +0000 (18:18 -0500)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 54422ead3ed5bb96b28603b5f095db717abf6310..32580a7e079d667c541ef2195f1a21e83c538a0a 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.31
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.30
     :released: January 19, 2022
index a860e7a04eecd9967effba72c2274100e3c53fd2..12056602e9c8516a185554adafe5e6b7ec14ad45 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.30"
+__version__ = "1.4.31"
 
 
 def __go(lcls):