Skip to content

Commit

Permalink
Merge tag '1.1.10' into develop
Browse files Browse the repository at this point in the history
Expanded testcase
  • Loading branch information
Drew J. Sonne committed Jun 25, 2017
2 parents 11f512f + dc24849 commit 40bcae3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------
Release: 1.1.9
--------------
---------------
Release: 1.1.10
---------------
Date: 25 June 2017

~~~~~~~~~~~~~~~~~~~
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=====================
awslambdahelper 1.1.9
=====================
======================
awslambdahelper 1.1.10
======================

.. image:: https://www.quantifiedcode.com/api/v1/project/bb53f496a1cc45f780342fc973270298/badge.svg
:target: https://www.quantifiedcode.com/app/project/bb53f496a1cc45f780342fc973270298
Expand Down
4 changes: 2 additions & 2 deletions 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','9')
_version = ('1','1','10')

use_plugin('exec')
use_plugin("python.core")
Expand Down Expand Up @@ -34,7 +34,7 @@ def init(project):
project.set_property('flake8_verbose_output', True)
project.set_property("flake8_break_build", True)

project.set_property("coverage_threshold_warn", 70)
project.set_property("coverage_threshold_warn", 90)

project.set_property('skip_upload_docs', True)

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','9')
_version = ('1','1','10')

# 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 40bcae3

Please sign in to comment.