From: Mike Bayer Date: Mon, 12 Oct 2020 22:33:32 +0000 (-0400) Subject: Version 1.3.21 placeholder X-Git-Tag: rel_1_3_21~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6da894191b085e470a70b4b208d768459b500e0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.3.21 placeholder --- diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index b2b56d2daf..47f1471638 100644 --- a/doc/build/changelog/changelog_13.rst +++ b/doc/build/changelog/changelog_13.rst @@ -10,6 +10,10 @@ .. include:: changelog_11.rst :start-line: 5 +.. changelog:: + :version: 1.3.21 + :include_notes_from: unreleased_13 + .. changelog:: :version: 1.3.20 :released: October 12, 2020 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 406911a3b1..131400bb25 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -124,7 +124,7 @@ from .engine import create_engine # noqa nosort from .engine import engine_from_config # noqa nosort -__version__ = "1.3.20" +__version__ = '1.3.21' def __go(lcls):