Skip to content

Commit 27296a3

Browse files
authored
Merge pull request #579 from splunk/release/2.0.2
Release/2.0.2
2 parents 3338cac + 9d4e994 commit 27296a3

File tree

4 files changed

+1001
-2
lines changed

4 files changed

+1001
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Splunk Enterprise SDK for Python Changelog
22

3+
## Version 2.0.2
4+
5+
### Minor changes
6+
* Added six.py file back
7+
8+
39
## Version 2.0.1
410

511
### Bug fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# The Splunk Enterprise Software Development Kit for Python
66

7-
#### Version 2.0.1
7+
#### Version 2.0.2
88

99
The Splunk Enterprise Software Development Kit (SDK) for Python contains library code designed to enable developers to build applications using the Splunk platform.
1010

splunklib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def setup_logging(level, log_format=DEFAULT_LOG_FORMAT, date_format=DEFAULT_DATE
3030
datefmt=date_format)
3131

3232

33-
__version_info__ = (2, 0, 1)
33+
__version_info__ = (2, 0, 2)
3434
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)