Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 729f000

Browse files
author
Eric Dutko
committed
Bump version to 2.3.0
1 parent 02baf28 commit 729f000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
This is a set of packages and scripts that provide a simple way for interfacing with the [Tanium](https://www.tanium.com/) SOAP API using python or the command line.
1818

1919
## Versions
20-
* **2.2.3 (Oct 9 2018)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.2.3)
20+
* **2.3.0 (June 10 2019)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.3.0)
2121

2222
## Documentation Links
2323

lib/pytan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'''A python package that makes using the Tanium Server SOAP API easy.'''
55

66
__title__ = 'PyTan'
7-
__version__ = '2.2.3'
7+
__version__ = '2.3.0'
88
"""
99
Version of PyTan
1010
"""

0 commit comments

Comments
 (0)