Skip to content

Commit f0d1627

Browse files
committed
update CHANGELOG, readme and init for release 2.1.1
1 parent 0f5e913 commit f0d1627

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Splunk Enterprise SDK for Python Changelog
22

3+
## Version 2.1.1
4+
5+
### Changes
6+
* [#623](https://github.com/splunk/splunk-sdk-python/pull/623/) Additional logging in custom search commands
7+
* [#622](https://github.com/splunk/splunk-sdk-python/pull/622/) Check if developer added custom map method in reporting command
8+
* Code reformatting and linting, improvements to github acitons
9+
310
## Version 2.1.0
411

512
### Changes

README.md

Lines changed: 1 addition & 1 deletion
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.1.0
7+
#### Version 2.1.1
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ def setup_logging(
3232
logging.basicConfig(level=level, format=log_format, datefmt=date_format)
3333

3434

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

0 commit comments

Comments
 (0)