Skip to content

Commit

Permalink
prepeare for 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Banduhn committed Feb 11, 2016
1 parent 2ce1aae commit 85be3cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.1.7 - 2016-02-11
------------------

* This change includes a slight api change in the way how Alert.set and
Alert.clear is called. In addtion, the way how waiting_period works is
improved and more clear. A waiting_period of zero means immediate
critical notification without warning.


0.1.6 - 2016-01-29
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup


version = '0.1.6'
version = '0.1.7'


if sys.argv[-1] == 'publish':
Expand Down

0 comments on commit 85be3cc

Please sign in to comment.