From: Mike Bayer Date: Mon, 17 Aug 2020 20:12:11 +0000 (-0400) Subject: Version 1.3.20 placeholder X-Git-Tag: rel_1_3_20~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3776460e4adeaf7adbf98233a46cdd8a300b125b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.3.20 placeholder --- diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index ca06ad553b..78a7d7ff2d 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.20 + :include_notes_from: unreleased_13 + .. changelog:: :version: 1.3.19 :released: August 17, 2020 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index c30957095b..ca351aee42 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.19' +__version__ = '1.3.20' def __go(lcls):