From: Mike Bayer Date: Mon, 20 Aug 2018 21:00:53 +0000 (-0400) Subject: Version 1.2.12 placeholder X-Git-Tag: rel_1_2_12~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b125d9a7a0b36893f2a153822cbce82c40bd9253;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.2.12 placeholder --- diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index e8a1723d60..3990b26e9a 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.12 + :include_notes_from: unreleased_12 + .. changelog:: :version: 1.2.11 :released: August 20, 2018 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index d55d31c617..44c89677c3 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.11' +__version__ = '1.2.12' def __go(lcls):