]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.0 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Feb 2021 20:00:41 +0000 (15:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Feb 2021 20:00:41 +0000 (15:00 -0500)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index a50e6ed57d7701e766d092689cf5d1b6f8e1f609..a3a828f27b527b6ee1081b364dc46fe43389ca15 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.0
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.0b3
     :released: February 15, 2021
index e1f1a94368a103ffba0a309214babe4023328e25..3337028358d4a4b4b5e7907f4fafd40021b3184c 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY  # noqa
 from .types import VARCHAR  # noqa
 
 
-__version__ = "1.4.0b3"
+__version__ = "1.4.0"
 
 
 def __go(lcls):