Skip to content

Commit

Permalink
Merge tag '1.1.7' into develop
Browse files Browse the repository at this point in the history
better docs
  • Loading branch information
Drew J. Sonne committed Jun 25, 2017
2 parents 73ce321 + 17e6c3c commit 64c6982
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
--------------
Release: 1.1.7
--------------
Date: 25 June 2017

~~~~~~~~~~~~~~~~~~~
Changes since 1.1.6
~~~~~~~~~~~~~~~~~~~

- Expanded test coverage
- Expanded the documentation

--------------
Release: 1.1.6
--------------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=====================
awslambdahelper 1.1.6
awslambdahelper 1.1.7
=====================

.. image:: https://www.quantifiedcode.com/api/v1/project/bb53f496a1cc45f780342fc973270298/badge.svg
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pybuilder.core import use_plugin, init, Author

_version = ('1','1','6')
_version = ('1','1','7')

use_plugin('exec')
use_plugin("python.core")
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
sys.path.insert(0, './src/main/python')


_version = ('1','1','6')
_version = ('1','1','7')

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down

0 comments on commit 64c6982

Please sign in to comment.