]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.9 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Apr 2021 15:00:29 +0000 (11:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Apr 2021 15:00:29 +0000 (11:00 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 53ea6c568fe0f725914254405a3f0c49405e6dbf..6dbea66f99ed014fc06fab699d45753984673d99 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.9
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.8
     :released: April 15, 2021
index a7611c7ed089b7bbe29a7768da83f5c11d2db4f1..a37970710fff44853bcb0054c993193ba7dbecb4 100644 (file)
@@ -130,7 +130,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.8"
+__version__ = "1.4.9"
 
 
 def __go(lcls):