Version 1.2.11 placeholder

This commit is contained in:
Mike Bayer
2018-07-13 19:03:48 -04:00
parent 0d2d94c25b
commit ad9ff0ea01
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -10,6 +10,10 @@
.. include:: changelog_10.rst
:start-line: 5
.. changelog::
:version: 1.2.11
:include_notes_from: unreleased_12
.. changelog::
:version: 1.2.10
:released: July 13, 2018
+1 -1
View File
@@ -130,7 +130,7 @@ from .schema import (
from .inspection import inspect
from .engine import create_engine, engine_from_config
__version__ = '1.2.10'
__version__ = '1.2.11'
def __go(lcls):