File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# Python bindings for Carbon Black REST API
22
3- ** Latest Version: 1.7.1 **
3+ ** Latest Version: 1.7.2 **
44
55These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs.
66To 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
22===============
33.. top-of-changelog (DO NOT REMOVE THIS COMMENT)
44
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+
514CbAPI 1.7.1 - Released July 22, 2020
615------------------------------------
716
Original file line number Diff line number Diff line change 6161# The short X.Y version.
6262version = u'1.7'
6363# The full version, including alpha/beta/rc tags.
64- release = u'1.7.1 '
64+ release = u'1.7.2 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 4141
4242setup (
4343 name = 'cbapi' ,
44- version = '1.7.1 ' ,
44+ version = '1.7.2 ' ,
4545 url = 'https://github.com/carbonblack/cbapi-python' ,
4646 license = 'MIT' ,
4747 author = 'Carbon Black' ,
Original file line number Diff line number Diff line change 66__author__ = 'Carbon Black Developer Network'
77__license__ = 'MIT'
88__copyright__ = 'Copyright 2018-2020 VMware Carbon Black'
9- __version__ = '1.7.1 '
9+ __version__ = '1.7.2 '
1010
1111# New API as of cbapi 0.9.0
1212from cbapi .response .rest_api import CbEnterpriseResponseAPI , CbResponseAPI
You can’t perform that action at this time.
0 commit comments