From: Mike Bayer Date: Tue, 2 Apr 2019 17:31:54 +0000 (-0400) Subject: Version 1.3.3 placeholder X-Git-Tag: rel_1_3_3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df62c5462990ca235ba26faddb02c4ec4268bb76;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.3.3 placeholder --- diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index e5cb72f1af..686e8d34f5 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.3 + :include_notes_from: unreleased_13 + .. changelog:: :version: 1.3.2 :released: April 2, 2019 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index dd253c5f88..1e42923822 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -122,7 +122,7 @@ from .engine import create_engine # noqa nosort from .engine import engine_from_config # noqa nosort -__version__ = '1.3.2' +__version__ = '1.3.3' def __go(lcls):