File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
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.0 **
3
+ ** Latest Version: 1.5.1 **
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
3
4
+ CbAPI 1.5.1 - Released July 23, 2019
5
+ ----------------------------------------
6
+
7
+ Updates
8
+
9
+ * CB Response
10
+ * Require CBAPI users to obtain their API token from the CB Response console.
11
+ * CB LiveOps
12
+ * Fixing a build issue
13
+
14
+
4
15
CbAPI 1.5.0 - Released July 23, 2019
5
16
----------------------------------------
6
17
Original file line number Diff line number Diff line change 37
37
38
38
setup (
39
39
name = 'cbapi' ,
40
- version = '1.5.0 ' ,
40
+ version = '1.5.1 ' ,
41
41
url = 'https://github.com/carbonblack/cbapi-python' ,
42
42
license = 'MIT' ,
43
43
author = 'Carbon Black' ,
You can’t perform that action at this time.
0 commit comments