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 5758b09 commit 9ad53afCopy full SHA for 9ad53af
README.md
@@ -83,7 +83,7 @@ For improve protection include javascript to your layout before \<\/body\> tag:
83
```
84
85
## Changelog
86
-Version 1.2
+Version 1.3
87
* New. Now page URL could be added to the request.
88
* Mod. Tests file updated.
89
* Mod. Readme updated.
cleantalk.py
@@ -17,7 +17,7 @@
17
18
class CleanTalk:
19
"""Python API for CleanTalk.org"""
20
- VERSION = 1.2
+ VERSION = 1.3
21
ENCODING = 'utf-8'
22
user_agent = 'Mozilla/5.0'
23
0 commit comments