From: Mike Bayer Date: Mon, 28 May 2018 19:23:41 +0000 (-0400) Subject: Version 1.2.9 placeholder X-Git-Tag: rel_1_2_9~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abf82155aabf8c883d64367703a76d7a484c1126;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.2.9 placeholder --- diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index 706173b060..ebea9b753c 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.9 + :include_notes_from: unreleased_12 + .. changelog:: :version: 1.2.8 :released: May 28, 2018 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 7afe9116a9..0d26196178 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.8' +__version__ = '1.2.9' def __go(lcls):