File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Python bindings for Carbon Black REST API
2
2
3
- ** Latest Version: 1.5.5 **
3
+ ** Latest Version: 1.5.6 **
4
4
5
5
These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs.
6
6
To learn more about the REST APIs, visit the Carbon Black Developer Network Website at https://developer.carbonblack.com .
Original file line number Diff line number Diff line change 1
1
CbAPI Changelog
2
2
===============
3
+ CbAPI 1.5.6 - Released November 19, 2019
4
+ ----------------------------------------
5
+
6
+ Updates
7
+
8
+ * General
9
+ * Name change to Carbon Black Cloud from PSC.
10
+
3
11
CbAPI 1.5.5 - Released November 12, 2019
4
12
----------------------------------------
5
13
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'1.5'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.5.5 '
64
+ release = u'1.5.6 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 38
38
39
39
setup (
40
40
name = 'cbapi' ,
41
- version = '1.5.5 ' ,
41
+ version = '1.5.6 ' ,
42
42
url = 'https://github.com/carbonblack/cbapi-python' ,
43
43
license = 'MIT' ,
44
44
author = 'Carbon Black' ,
Original file line number Diff line number Diff line change 6
6
__author__ = 'Carbon Black Developer Network'
7
7
__license__ = 'MIT'
8
8
__copyright__ = 'Copyright 2019 Carbon Black'
9
- __version__ = '1.5.5 '
9
+ __version__ = '1.5.6 '
10
10
11
11
# New API as of cbapi 0.9.0
12
12
from cbapi .response .rest_api import CbEnterpriseResponseAPI , CbResponseAPI
You can’t perform that action at this time.
0 commit comments