Skip to content

Commit

Permalink
Merge pull request #297 from carbonblack/release-1.7.5
Browse files Browse the repository at this point in the history
version bump for release 1.7.5
  • Loading branch information
emitreva-cb authored Jun 16, 2021
2 parents 13cab43 + dbaa3ed commit 927a2fb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python bindings for Carbon Black REST API

**Latest Version: 1.7.4**
**Latest Version: 1.7.5**

_**Notice**: The Carbon Black Cloud portion of CBAPI has moved to https://github.com/carbonblack/carbon-black-cloud-sdk-python. Any future development and bug fixes for Carbon Black Cloud APIs will be made there. Carbon Black EDR and App Control will remain supported at CBAPI_

Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ CbAPI Changelog
===============
.. top-of-changelog (DO NOT REMOVE THIS COMMENT)
CbAPI 1.7.5 - Released June 16, 2021
------------------------------------

Updates

* General
* Allow the CbAPI to accept a pre-configured Session object to be used for access, to get around unusual configuration requirements.

CbAPI 1.7.4 - Released April 7, 2021
------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'1.7'
# The full version, including alpha/beta/rc tags.
release = u'1.7.4'
release = u'1.7.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name='cbapi',
version='1.7.4',
version='1.7.5',
url='https://github.com/carbonblack/cbapi-python',
license='MIT',
author='Carbon Black',
Expand Down
2 changes: 1 addition & 1 deletion src/cbapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__author__ = 'Carbon Black Developer Network'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018-2020 VMware Carbon Black'
__version__ = '1.7.4'
__version__ = '1.7.5'

# New API as of cbapi 0.9.0
from cbapi.response.rest_api import CbEnterpriseResponseAPI, CbResponseAPI
Expand Down

0 comments on commit 927a2fb

Please sign in to comment.