From 3544d3c3d82ccb73ed0d882eeb390ab33ea84f53 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 28 Jul 2017 15:15:36 -0400 Subject: [PATCH] - 1.0.19 Change-Id: I4711ff97fa92f88407c6e6a4962ed61881c18305 --- doc/build/changelog/changelog_10.rst | 3 +++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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): -- 2.47.2