]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- 1.1.7 prep
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Feb 2017 19:49:04 +0000 (14:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Feb 2017 19:49:04 +0000 (14:49 -0500)
Change-Id: I7d738e194339ffd6edf3ff6a078808fc5251fe50

doc/build/changelog/changelog_11.rst
lib/sqlalchemy/__init__.py

index 4083dbb8da1cf90ae045d64767848e027befd581..645020c42662deefdd78c2f7c5910c2493145f4b 100644 (file)
@@ -18,6 +18,9 @@
     .. include:: changelog_07.rst
         :start-line: 5
 
+.. changelog::
+    :version: 1.1.7
+
 .. changelog::
     :version: 1.1.6
     :released: February 28, 2017
index 5786cd07b08f449f2c33c699e631000dc2fc7235..972964acba234f38b8ae662d71d5a7eb321719f2 100644 (file)
@@ -128,7 +128,7 @@ from .schema import (
 from .inspection import inspect
 from .engine import create_engine, engine_from_config
 
-__version__ = '1.1.6'
+__version__ = '1.1.7'
 
 
 def __go(lcls):