Skip to content

Commit

Permalink
incremented version for pypi push
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethWilke committed Jul 29, 2014
1 parent 32a2794 commit e535ff9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.6, July 29th, 2014 -- Fix to send check modifications in body instead of query params
v1.5, July 8th, 2014 -- Removed from as a keyword argument in various calls, no longer assume limits in pingdom response headers
v1.4, June 9th, 2014 -- 'host' parameter added to checks where it should have been supported
v1.3, May 16th, 2014 -- Support for use_legacy_notifications parameter added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PingdomLib v1.5
PingdomLib v1.6
===============
A documented python library to consume the full pingdom API
3 changes: 2 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============
PingdomLib v1.5
PingdomLib v1.6
===============
Written by: Kenneth Wilke <[email protected]>

Expand Down Expand Up @@ -90,6 +90,7 @@ Contributors
* Gertjan Oude Lohuis
* Benjamin Boudreau
* Britt Gresham
* Allard Hoeve

Special thanks
==============
Expand Down
3 changes: 2 additions & 1 deletion pingdomlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
===============
PingdomLib v1.5
PingdomLib v1.6
===============
Written by: Kenneth Wilke <[email protected]>
Expand Down Expand Up @@ -70,6 +70,7 @@
* Gertjan Oude Lohuis
* Benjamin Boudreau
* Britt Gresham
* Allard Hoeve
Special thanks
==============
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='PingdomLib',
version='1.5',
version='1.6',
author='Kenneth Wilke',
author_email='[email protected]',
packages=['pingdomlib'],
Expand Down

0 comments on commit e535ff9

Please sign in to comment.