- 1.1.14 placeholder

Change-Id: I1648f7780cc0accdfe7650a62754b39c8e5552a8
This commit is contained in:
Mike Bayer
2017-09-05 09:56:17 -04:00
parent ba9c238d7e
commit 2cdb0777c2
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -18,6 +18,10 @@
.. include:: changelog_07.rst
:start-line: 5
.. changelog::
:version: 1.1.14
:include_notes_from: unreleased_11
.. changelog::
:version: 1.1.13
:released: August 3, 2017
+1 -1
View File
@@ -128,7 +128,7 @@ from .schema import (
from .inspection import inspect
from .engine import create_engine, engine_from_config
__version__ = '1.1.13'
__version__ = '1.1.14'
def __go(lcls):