File tree 5 files changed +15
-4
lines changed
5 files changed +15
-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.3 **
3
+ ** Latest Version: 1.5.4 **
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.4 - Released October 24, 2019
5
+ ----------------------------------------
6
+
7
+ Updates
8
+
9
+ * General
10
+ * Prevent pytest from blocking python2 install
11
+
12
+ * CB Response
13
+ * Fix python2 function overwrite for max_children
14
+
4
15
CbAPI 1.5.3 - Released October 15, 2019
5
16
----------------------------------------
6
17
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.3 '
64
+ release = u'1.5.4 '
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.3 ' ,
41
+ version = '1.5.4 ' ,
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.3 '
9
+ __version__ = '1.5.4 '
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