From: Mike Bayer Date: Thu, 29 Apr 2021 21:56:51 +0000 (-0400) Subject: Version 1.4.13 placeholder X-Git-Tag: rel_1_4_13~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7157b29ba5830dd8f8a20e8df62eb9d56f6c759;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.4.13 placeholder --- diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst index 22322e15f1..3770e05cde 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.13 + :include_notes_from: unreleased_14 + .. changelog:: :version: 1.4.12 :released: April 29, 2021 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 276ca5bef9..68cce28bd1 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.12" +__version__ = "1.4.13" def __go(lcls):