From 6726c60e4cff0d1f157c2fab1b2a79ad2d2182a4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 10 Nov 2018 15:59:12 -0500 Subject: [PATCH] Version 1.2.15 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 58ea4c896f..dc1d73dbfa 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.15 + :include_notes_from: unreleased_12 + .. changelog:: :version: 1.2.14 :released: November 10, 2018 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 286dcd4fbf..21143f56b8 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.14' +__version__ = '1.2.15' def __go(lcls): -- 2.47.2