We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76af7a0 commit b36d661Copy full SHA for b36d661
Changelog.rst
@@ -1,3 +1,8 @@
1
+0.2.1
2
+=====
3
+* Sanitize the data passed to PUT /checks/{check_id} by stripping the
4
+ 'verify_certificate' parameter for non-http checks.
5
+
6
0.2.0
7
=====
8
* added changelog
setup.py
@@ -14,7 +14,7 @@
14
15
16
setup(name='pypingdom',
17
- version="0.2.0",
+ version="0.2.1",
18
description='Client for Pingdom Services',
19
long_description=README,
20
author='Paolo Sechi',
0 commit comments