]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.19 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Jun 2021 18:20:38 +0000 (14:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Jun 2021 18:20:38 +0000 (14:20 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index e241dea95ca92b507dea082c58fed2dc0d9cd44f..e84cc167ac35923ffe822493a62f95aade7235f2 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.19
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.18
     :released: June 10, 2021
index fc2e5ac5788e59eb117fadf654a868c12f4cdca5..c07217af7cd35a2c35832921d8e0cc2606025023 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.18"
+__version__ = "1.4.19"
 
 
 def __go(lcls):