File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44
55### Features
66
7- * Support for IPv6 - it is now possible to connect to a Splunk instance
8- listening on an IPv6 address.
97* Improvements to entity state management
108* Improvements to usability of entity collections
119* Support for collection paging - collections now support the paging arguments:
2119* Support for saved searches:
2220 - Added Service.saved_searches + units
2321 - Added examples/saved_searches.py
24- * Sphinx based SDK API docs build and improved source code docstrings.
22+ * Sphinx based SDK docs and improved source code docstrings.
23+ * Support for IPv6 - it is now possible to connect to a Splunk instance
24+ listening on an IPv6 address.
2525
2626### Breaking changes
2727
Original file line number Diff line number Diff line change 1313
1414import sys , os
1515
16+ import splunklib
17+
1618# If extensions (or modules to document with autodoc) are in another directory,
1719# add these directories to sys.path here. If the directory is relative to the
1820# documentation root, use os.path.abspath to make it absolute, like shown here.
4850# built documents.
4951#
5052# The short X.Y version.
51- version = '0.8.0'
53+ version = splunklib . __version__
5254# The full version, including alpha/beta/rc tags.
53- release = '0.8.0'
55+ release = splunklib . __version__
5456
5557# The language for content autogenerated by Sphinx. Refer to documentation
5658# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments