Skip to content

Commit 41acded

Browse files
committed
Release 1.7.2
1 parent 728c1a9 commit 41acded

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python bindings for Carbon Black REST API
22

3-
**Latest Version: 1.7.1**
3+
**Latest Version: 1.7.2**
44

55
These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs.
66
To learn more about the REST APIs, visit the Carbon Black Developer Network Website at https://developer.carbonblack.com.

docs/changelog.rst

+9
Original file line numberDiff line numberDiff 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+
514
CbAPI 1.7.1 - Released July 22, 2020
615
------------------------------------
716

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = 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.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
setup(
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',

src/cbapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
1212
from cbapi.response.rest_api import CbEnterpriseResponseAPI, CbResponseAPI

0 commit comments

Comments
 (0)