From: Mike Bayer Date: Sat, 1 Apr 2017 15:37:13 +0000 (-0400) Subject: - 1.1.9 prep X-Git-Tag: rel_1_1_9~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d1383fc1ba1f75599832737b9d81a5fcdfcaaf9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 1.1.9 prep Change-Id: I89f403529969f703f3b153fda317f163137686db --- diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 3179d66d48..35e217b334 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -18,6 +18,9 @@ .. include:: changelog_07.rst :start-line: 5 +.. changelog:: + :version: 1.1.9 + .. changelog:: :version: 1.1.8 :released: March 31, 2017 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 8658c3833d..a2116e0f13 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -128,7 +128,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.1.8' +__version__ = '1.1.9' def __go(lcls):