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 a0273f4

Browse files
author
Jim Olsen
committed
Readme update
1 parent 52c8ac2 commit a0273f4

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -17,13 +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-
21-
* Current Stable Version:
22-
* **2.1.9 (Aug 22 2016)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.1.9)
23-
* Current Development Version:
24-
* **2.2.0** [Develop Branch](https://github.com/tanium/pytan/tree/develop)
25-
* Next major version:
26-
* **4.0.0** [Turtle branch](https://github.com/tanium/pytan/tree/turtle)
20+
* **2.2.0 (Jun 27 2017)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.2.0)
2721

2822
## Documentation Links
2923

@@ -55,7 +49,7 @@ mkdir ~/tanium
5549
* Extract the PyTan ZIP file you downloaded to ~/tanium:
5650
```
5751
cd ~/tanium
58-
unzip pytan-2.1.8.zip
52+
unzip pytan-2.2.0.zip
5953
```
6054
* Verify that your OSX install has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
6155
```
@@ -72,7 +66,7 @@ mkdir ~/tanium
7266
* Extract the PyTan ZIP file you downloaded to ~/tanium:
7367
```
7468
cd ~/tanium
75-
unzip pytan-2.1.8.zip
69+
unzip pytan-2.2.0.zip
7670
```
7771
* Verify that your linux distribution has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
7872
```
@@ -106,4 +100,4 @@ mkdir c:\tanium
106100

107101
* Author and Maintainer: Jim Olsen ([email protected])
108102
* License: MIT
109-
* Copyright: Tanium Inc. 2015
103+
* Copyright: Tanium Inc. 2017

0 commit comments

Comments
 (0)