Version 1.3.17 placeholder

This commit is contained in:
Mike Bayer
2020-04-07 22:47:20 -04:00
parent 06ba82a9c7
commit 240bd339da
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -10,6 +10,10 @@
.. include:: changelog_11.rst
:start-line: 5
.. changelog::
:version: 1.3.17
:include_notes_from: unreleased_13
.. changelog::
:version: 1.3.16
:released: April 7, 2020
+1 -1
View File
@@ -123,7 +123,7 @@ from .engine import create_engine # noqa nosort
from .engine import engine_from_config # noqa nosort
__version__ = '1.3.16'
__version__ = '1.3.17'
def __go(lcls):