]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.11 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Apr 2021 01:39:52 +0000 (21:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Apr 2021 01:39:52 +0000 (21:39 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 079dceaff1eeaa6a406c5233ab6cc47057d9cb4f..05931d96e726d1ca5e49399cf0b6b2a9048b6d04 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.11
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.10
     :released: April 20, 2021
index ab63ffe84927be8278b5d1f8a9bab17b46531d81..ec241cf6ffaad4e72b383081a215c19a1e765826 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.10"
+__version__ = "1.4.11"
 
 
 def __go(lcls):