Skip to content

Commit 6e7a3f8

Browse files
Merge pull request #93 from ChuckWoodraska/master
Add Iris Trademarks to README
2 parents 2b17d10 + e9a1d8c commit 6e7a3f8

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DomainTools' Official Python API
1010

1111
![domaintools Example](https://github.com/DomainTools/python_api/raw/main/artwork/example.gif)
1212

13+
The DomainTools Python API Wrapper provides an interface to work with our cybersecurity and related data tools provided by our Iris Investigate™ and Iris Enrich™ products. It is actively maintained and may be downloaded via <a href="https://github.com/DomainTools/python_api">GitHub</a> or <a href="https://pypi.org/project/domaintools-api/">PyPI</a>.
1314

1415
Installing the DomainTools' API
1516
===================

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)