]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.13 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Apr 2021 21:56:51 +0000 (17:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Apr 2021 21:56:51 +0000 (17:56 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 22322e15f14d36953d4c20a599f4d5799f2c00e3..3770e05cde963c512619300f658d8726ef731480 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.13
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.12
     :released: April 29, 2021
index 276ca5bef94f6813f4c281e85793100784dc2609..68cce28bd1e2001250a5a3e9fd55ff0fd83058cf 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.12"
+__version__ = "1.4.13"
 
 
 def __go(lcls):