]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.0 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Feb 2021 23:30:26 +0000 (18:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Feb 2021 23:30:26 +0000 (18:30 -0500)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index b3621b2e7d75cfa9c32961bbcbafbb62534f9f58..622de1cd8a3594adee30d85d18c21fa1d187d29f 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.0b2
     :released: February 3, 2021
index 2d092be653a091971a94dbe991238c7822e27aed..3337028358d4a4b4b5e7907f4fafd40021b3184c 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY  # noqa
 from .types import VARCHAR  # noqa
 
 
-__version__ = "1.4.0b2"
+__version__ = "1.4.0"
 
 
 def __go(lcls):