From: Mike Bayer Date: Wed, 16 Nov 2016 14:58:35 +0000 (-0500) Subject: - 1.1.5 setup X-Git-Tag: rel_1_1_5~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=772042ea851062b75df3baf22b08740bd7820656;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 1.1.5 setup Change-Id: I937b12e464944221c2870e2fc62be15187c76b52 --- diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 701f30e2f4..879ba79a4d 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.5 + .. changelog:: :version: 1.1.4 :released: November 15, 2016 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index ab787d5398..cf9cfe3c6c 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.4' +__version__ = '1.1.5' def __go(lcls):