File tree 5 files changed +13
-4
lines changed
5 files changed +13
-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.7.1 **
3
+ ** Latest Version: 1.7.2 **
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 @@ -2,6 +2,15 @@ CbAPI Changelog
2
2
===============
3
3
.. top-of-changelog (DO NOT REMOVE THIS COMMENT)
4
4
5
+ CbAPI 1.7.2 - Released July 22, 2020
6
+ ------------------------------------
7
+
8
+ Updates
9
+
10
+ * General
11
+ * Allow passing in proxy configuration as direct parameters during class instantiation of base API.
12
+
13
+
5
14
CbAPI 1.7.1 - Released July 22, 2020
6
15
------------------------------------
7
16
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'1.7'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.7.1 '
64
+ release = u'1.7.2 '
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 41
41
42
42
setup (
43
43
name = 'cbapi' ,
44
- version = '1.7.1 ' ,
44
+ version = '1.7.2 ' ,
45
45
url = 'https://github.com/carbonblack/cbapi-python' ,
46
46
license = 'MIT' ,
47
47
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 2018-2020 VMware Carbon Black'
9
- __version__ = '1.7.1 '
9
+ __version__ = '1.7.2 '
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