Skip to content

Commit 722fe1a

Browse files
Update version
1 parent e48013d commit 722fe1a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
### 0.6.2
5+
- Update README with Iris trademarks
6+
47
### 0.6.1
58
- Fix an invalid response type error for available_api_calls on CLI
69
- Add better error messaging for users when proxy info is not set correctly

domaintools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
OTHER DEALINGS IN THE SOFTWARE.
2020
2121
"""
22-
current = "0.6.1"
22+
current = "0.6.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_tests(self):
6666
readme = ''
6767

6868
setup(name='domaintools_api',
69-
version='0.6.1',
69+
version='0.6.2',
7070
description="DomainTools' Official Python API",
7171
long_description=readme,
7272
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)