From: Mike Bayer Date: Fri, 28 Jul 2017 19:15:36 +0000 (-0400) Subject: - 1.0.19 X-Git-Tag: rel_1_0_19~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3544d3c3d82ccb73ed0d882eeb390ab33ea84f53;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 1.0.19 Change-Id: I4711ff97fa92f88407c6e6a4962ed61881c18305 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 2e0b823e39..c84d347f99 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -16,6 +16,9 @@ :start-line: 5 +.. changelog:: + :version: 1.0.19 + .. changelog:: :version: 1.0.18 :released: July 24, 2017 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 430ce7a310..0c3c4eb399 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -121,7 +121,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.0.18' +__version__ = '1.0.19' def __go(lcls):