Skip to content

Commit

Permalink
- 1.1.5 setup
Browse files Browse the repository at this point in the history
Change-Id: I937b12e464944221c2870e2fc62be15187c76b52
  • Loading branch information
zzzeek committed Nov 16, 2016
1 parent ce17fd4 commit 772042e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/build/changelog/changelog_11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
.. include:: changelog_07.rst
:start-line: 5

.. changelog::
:version: 1.1.5

.. changelog::
:version: 1.1.4
:released: November 15, 2016
Expand Down
2 changes: 1 addition & 1 deletion lib/sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
from .inspection import inspect
from .engine import create_engine, engine_from_config

__version__ = '1.1.4'
__version__ = '1.1.5'


def __go(lcls):
Expand Down

0 comments on commit 772042e

Please sign in to comment.