From: Mike Bayer Date: Thu, 25 Jan 2018 02:30:47 +0000 (-0500) Subject: Version 1.2.3 placeholder X-Git-Tag: rel_1_2_3~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b08318077e75cb30106045edd03da97fe3d953c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.2.3 placeholder Change-Id: Ic957e27114d3c22b7413255c188cea0b2ebc35a6 --- diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index b6380b44dd..3496bd0810 100644 --- a/doc/build/changelog/changelog_12.rst +++ b/doc/build/changelog/changelog_12.rst @@ -10,6 +10,10 @@ .. include:: changelog_10.rst :start-line: 5 +.. changelog:: + :version: 1.2.3 + :include_notes_from: unreleased_12 + .. changelog:: :version: 1.2.2 :released: January 24, 2018 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 52b2bbd600..8e3e68062b 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.2.2' +__version__ = '1.2.3' def __go(lcls):