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 9bc46ad

Browse files
author
Jim Olsen
committed
2.2.2 minor release update
1 parent d5a3546 commit 9bc46ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
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.1 (Jun 30 2017)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.2.1)
20+
* **2.2.2 (Jul 14 2017)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.2.2)
2121

2222
## Documentation Links
2323

@@ -49,7 +49,7 @@ mkdir ~/tanium
4949
* Extract the PyTan ZIP file you downloaded to ~/tanium:
5050
```
5151
cd ~/tanium
52-
unzip pytan-2.2.1.zip
52+
unzip pytan-2.2.2.zip
5353
```
5454
* Verify that your OSX install has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
5555
```
@@ -66,7 +66,7 @@ mkdir ~/tanium
6666
* Extract the PyTan ZIP file you downloaded to ~/tanium:
6767
```
6868
cd ~/tanium
69-
unzip pytan-2.2.1.zip
69+
unzip pytan-2.2.2.zip
7070
```
7171
* Verify that your linux distribution has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
7272
```

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.1'
7+
__version__ = '2.2.2'
88
"""
99
Version of PyTan
1010
"""

0 commit comments

Comments
 (0)