]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.1 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Mar 2021 16:59:35 +0000 (12:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Mar 2021 16:59:35 +0000 (12:59 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 85f7aa44b58c097f6660c47761e50445888982d8..ad683b9869c4b15872088e8341463c154739bdbb 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.1
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.0
     :released: March 15, 2021
index 07ffaeee9a0b96c7e93f0ea93edec6c8d78c2c0f..afd0a8acaaf7674d8e29cf9bf679c3ecc4de73b6 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.0"
+__version__ = "1.4.1"
 
 
 def __go(lcls):