From bce19f26491319338fbd15d874d3c2c4609cf835 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 15 Feb 2019 13:08:58 -0500 Subject: [PATCH] Version 1.2.19 placeholder --- doc/build/changelog/changelog_12.rst | 4 ++++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index 825c6237c8..699eef902e 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.19 + :include_notes_from: unreleased_12 + .. changelog:: :version: 1.2.18 :released: February 15, 2019 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 0ad3c64cf0..cb0c481a62 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -122,7 +122,7 @@ from .engine import create_engine # noqa nosort from .engine import engine_from_config # noqa nosort -__version__ = '1.2.18' +__version__ = '1.2.19' def __go(lcls): -- 2.47.2