Skip to content

Commit

Permalink
Merge pull request #579 from splunk/release/2.0.2
Browse files Browse the repository at this point in the history
Release/2.0.2
  • Loading branch information
maszyk99 authored Jun 27, 2024
2 parents 3338cac + 9d4e994 commit 27296a3
Show file tree
Hide file tree
Showing 4 changed files with 1,001 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Splunk Enterprise SDK for Python Changelog

## Version 2.0.2

### Minor changes
* Added six.py file back


## Version 2.0.1

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# The Splunk Enterprise Software Development Kit for Python

#### Version 2.0.1
#### Version 2.0.2

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

Expand Down
2 changes: 1 addition & 1 deletion splunklib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def setup_logging(level, log_format=DEFAULT_LOG_FORMAT, date_format=DEFAULT_DATE
datefmt=date_format)


__version_info__ = (2, 0, 1)
__version_info__ = (2, 0, 2)
__version__ = ".".join(map(str, __version_info__))
Loading

0 comments on commit 27296a3

Please sign in to comment.