Skip to content
This repository has been 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

Permalink
2.2.1 release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Olsen committed Jun 30, 2017
1 parent b414585 commit 99b7af8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
<!-- MarkdownTOC -->

- [2.2.0](#220)
- [2.2.1](#221)
- [bug fixes](#bug-fixes)
- [2.2.0](#220)
- [bug fixes](#bug-fixes-1)
- [enhancements](#enhancements)
- [2.1.9](#219)
- [2.1.8](#218)
- [enhancements](#enhancements-1)
- [2.1.7](#217)
- [enhancements](#enhancements-2)
- [doc updates](#doc-updates)
- [bug fixes](#bug-fixes-1)
- [bug fixes](#bug-fixes-2)
- [work in progress](#work-in-progress)
- [notes](#notes)
- [2.1.6](#216)
- [enhancements](#enhancements-3)
- [2.1.5](#215)
- [bug fixes](#bug-fixes-2)
- [bug fixes](#bug-fixes-3)
- [enhancements](#enhancements-4)
- [2.1.4](#214)
- [bug fixes](#bug-fixes-3)
- [bug fixes](#bug-fixes-4)
- [enhancements](#enhancements-5)
- [doc updates](#doc-updates-1)
- [test updates](#test-updates)
- [2.1.3](#213)
- [enhancements](#enhancements-6)
- [2.1.2](#212)
- [bug fixes](#bug-fixes-4)
- [bug fixes](#bug-fixes-5)
- [2.1.1](#211)
- [enhancements](#enhancements-7)
- [2.1.0](#210)
- [bug fixes](#bug-fixes-5)
- [bug fixes](#bug-fixes-6)
- [enhancements](#enhancements-8)
- [doc updates](#doc-updates-2)
- [2.0.3](#203)
Expand All @@ -48,6 +50,16 @@

<!-- /MarkdownTOC -->

# 2.2.1

[Released](https://github.com/tanium/pytan/releases/tag/2.2.1) on Jun 30 2017

## bug fixes

* Changing how CSV export of ResultSet objects worked to include Count column by default broke some validation tests
* Added remove_count=True to Valid Export ResultSet tests
* Also added remove_count as valid option to constants.EXPORT_MAPS so it can get funneled down properly to the underlying methods

# 2.2.0

[Released](https://github.com/tanium/pytan/releases/tag/2.2.0) on Jun 27 2017
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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.

## Versions
* **2.2.0 (Jun 27 2017)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.2.0)
* **2.2.1 (Jun 30 2017)** [Release Link](https://github.com/tanium/pytan/releases/tag/2.2.1)

## Documentation Links

Expand Down Expand Up @@ -49,7 +49,7 @@ mkdir ~/tanium
* Extract the PyTan ZIP file you downloaded to ~/tanium:
```
cd ~/tanium
unzip pytan-2.2.0.zip
unzip pytan-2.2.1.zip
```
* Verify that your OSX install has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
```
Expand All @@ -66,7 +66,7 @@ mkdir ~/tanium
* Extract the PyTan ZIP file you downloaded to ~/tanium:
```
cd ~/tanium
unzip pytan-2.2.0.zip
unzip pytan-2.2.1.zip
```
* Verify that your linux distribution has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
```
Expand Down
2 changes: 1 addition & 1 deletion lib/pytan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'''A python package that makes using the Tanium Server SOAP API easy.'''

__title__ = 'PyTan'
__version__ = '2.2.0'
__version__ = '2.2.1'
"""
Version of PyTan
"""
Expand Down

0 comments on commit 99b7af8

Please sign in to comment.