-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
KennethWilke
committed
Jul 29, 2014
1 parent
32a2794
commit e535ff9
Showing
5 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
||
|
@@ -90,6 +90,7 @@ Contributors | |
* Gertjan Oude Lohuis | ||
* Benjamin Boudreau | ||
* Britt Gresham | ||
* Allard Hoeve | ||
|
||
Special thanks | ||
============== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
@@ -70,6 +70,7 @@ | |
* Gertjan Oude Lohuis | ||
* Benjamin Boudreau | ||
* Britt Gresham | ||
* Allard Hoeve | ||
Special thanks | ||
============== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='PingdomLib', | ||
version='1.5', | ||
version='1.6', | ||
author='Kenneth Wilke', | ||
author_email='[email protected]', | ||
packages=['pingdomlib'], | ||
|