]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.18 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 May 2021 20:23:02 +0000 (16:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 May 2021 20:23:02 +0000 (16:23 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 8713a14ff68e5c039bf18c907c91b1cfe4d9bd27..a40dbce7eb7683a42c3175b6e6aad364732f1e3f 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.18
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.17
     :released: May 29, 2021
index 8a817b9a33be09f81dfc8eb43132333234396d9b..fc2e5ac5788e59eb117fadf654a868c12f4cdca5 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.17"
+__version__ = "1.4.18"
 
 
 def __go(lcls):