From: Mike Bayer Date: Tue, 6 Mar 2018 19:10:39 +0000 (-0500) Subject: Version 1.1.19 placeholder X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2aea6e3e2f9846b5fa7d50c29d8f6619e6d527a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.1.19 placeholder --- diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index fd1a262a3b..c0fad53702 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -17,6 +17,10 @@ :start-line: 5 +.. changelog:: + :version: 1.1.19 + :include_notes_from: unreleased_11 + .. changelog:: :version: 1.1.18 :released: March 6, 2018 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 52a0e4bc77..7a3542ff11 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -130,7 +130,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.1.18' +__version__ = '1.1.19' def __go(lcls):