]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.23 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Jul 2021 00:14:13 +0000 (20:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Jul 2021 00:14:13 +0000 (20:14 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index ad209bed905c951671a26eae444840e7838818af..72e4a2d22250f30c218cb520444e4950fde3daa9 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.23
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.22
     :released: July 21, 2021
index ddcf8e1add95a7313dbcac165e2bd5313f16b1d6..93bc803d4b459fe5aebbe236701f0e5ab2000428 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.22"
+__version__ = "1.4.23"
 
 
 def __go(lcls):