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 e48013d commit 722fe1aCopy full SHA for 722fe1a
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
=========
3
4
+### 0.6.2
5
+- Update README with Iris trademarks
6
+
7
### 0.6.1
8
- Fix an invalid response type error for available_api_calls on CLI
9
- Add better error messaging for users when proxy info is not set correctly
domaintools/_version.py
@@ -19,4 +19,4 @@
19
OTHER DEALINGS IN THE SOFTWARE.
20
21
"""
22
-current = "0.6.1"
+current = "0.6.2"
setup.py
@@ -66,7 +66,7 @@ def run_tests(self):
66
readme = ''
67
68
setup(name='domaintools_api',
69
- version='0.6.1',
+ version='0.6.2',
70
description="DomainTools' Official Python API",
71
long_description=readme,
72
long_description_content_type="text/markdown",
0 commit comments