From 4bad8b5a7f48d571bd1e96908299134830ff462f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 19 Oct 2021 17:08:18 -0400 Subject: [PATCH] Version 1.4.27 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 5c581326db..a99a2d13f8 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.27 + :include_notes_from: unreleased_14 + .. changelog:: :version: 1.4.26 :released: October 19, 2021 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 232d24364c..ad6d96fdd3 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.26" +__version__ = "1.4.27" def __go(lcls): -- 2.47.3