From: Mike Bayer Date: Thu, 15 Apr 2021 15:00:29 +0000 (-0400) Subject: Version 1.4.9 placeholder X-Git-Tag: rel_1_4_9~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3d764fa768756cd7aef73253ccceac456c76c81;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.4.9 placeholder --- diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst index 53ea6c568f..6dbea66f99 100644 --- a/doc/build/changelog/changelog_14.rst +++ b/doc/build/changelog/changelog_14.rst @@ -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 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index a7611c7ed0..a37970710f 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -130,7 +130,7 @@ from .types import VARBINARY from .types import VARCHAR -__version__ = "1.4.8" +__version__ = "1.4.9" def __go(lcls):