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 fac1252

Browse files
author
Jim Olsen
committed
merge develop branch for release 2.1.8
2 parents 9d5c8d9 + bb59615 commit fac1252

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@ This is a set of packages and scripts that provide a simple way for interfacing
1919
## Versions
2020

2121
* Current Stable Version:
22-
* **2.1.7 (Dec 08 2015)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.1.7)
22+
* **2.1.8 (Jan 19 2016)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.1.8)
2323
* Current Development Version:
24-
* **2.1.8** [Develop Branch](https://github.com/tanium/pytan/tree/develop)
24+
* **2.1.9** [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)
2527

2628
## Documentation Links
2729

30+
Documentation is only generated for major releases!
31+
2832
* Online documentation for PyTan 2.1.6:
2933
* [HTML: Main Index](http://tanium.github.io/pytan)
3034
* [HTML: PyTan API Examples](http://tanium.github.io/pytan/examples/pytan_examples.html)
@@ -51,7 +55,7 @@ mkdir ~/tanium
5155
* Extract the PyTan ZIP file you downloaded to ~/tanium:
5256
```
5357
cd ~/tanium
54-
unzip pytan-2.1.7.zip
58+
unzip pytan-2.1.8.zip
5559
```
5660
* Verify that your OSX install has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
5761
```
@@ -68,7 +72,7 @@ mkdir ~/tanium
6872
* Extract the PyTan ZIP file you downloaded to ~/tanium:
6973
```
7074
cd ~/tanium
71-
unzip pytan-2.1.7.zip
75+
unzip pytan-2.1.8.zip
7276
```
7377
* Verify that your linux distribution has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
7478
```

0 commit comments

Comments
 (0)