]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.36 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Apr 2022 15:34:25 +0000 (11:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Apr 2022 15:34:25 +0000 (11:34 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index ed8b372651b431eb961e67a3614e1d6fb4c8e99c..79426351e94671561578ce1ef537d896352bdc5b 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.36
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.35
     :released: April 6, 2022
index 456194d139bf4cb710e99ece4ee4c6bb5c97f059..9c6fddf0a8d98881b6a88af81fa7ad93c5ac7782 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.35"
+__version__ = "1.4.36"
 
 
 def __go(lcls):