]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.26 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Sep 2021 01:58:05 +0000 (21:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Sep 2021 01:58:05 +0000 (21:58 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index dee66592dd5b469b2ba7106190bd95ce682f9508..586ab7b70f474f2a75389f02a218b040678e1076 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.26
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.25
     :released: September 22, 2021
index dad9fe425856d07b46549bf27e663388ea13a437..232d24364cbb5f3746f8331c8ad94b441ba6f674 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.25"
+__version__ = "1.4.26"
 
 
 def __go(lcls):