From b3d764fa768756cd7aef73253ccceac456c76c81 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 15 Apr 2021 11:00:29 -0400 Subject: [PATCH] Version 1.4.9 placeholder --- doc/build/changelog/changelog_14.rst | 4 ++++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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): -- 2.47.3