Skip to content

Commit

Permalink
Merge pull request #318 from carbonblack/release-1.7.9
Browse files Browse the repository at this point in the history
Version bump for 1.7.9
  • Loading branch information
avanbrunt-cb authored Sep 29, 2022
2 parents 065ce86 + f9ec4df commit 2853c82
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Python bindings for Carbon Black REST API

**Latest Version: 1.7.8**
**Latest Version: 1.7.9**

_**Notice**:_
_**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
* Carbon Black EDR (Endpoint Detection and Response) is the new name for the product formerly called CB Response.
* Carbon Black EDR (Endpoint Detection and Response) is the new name for the product formerly called CB Response.
* Carbon Black App Control is the new name for the product formerly called CB Protection.

These are the Python bindings for the Carbon Black EDR and App Control REST APIs.
Expand Down Expand Up @@ -49,7 +49,7 @@ Clone this repository, cd into `cbapi-python` then run setup.py with the `develo

### Sample Code

There are several examples in the `examples` directory for both EDR and App Control.
There are several examples in the `examples` directory for both EDR and App Control.
For a quick start, see the following code snippets:

**Carbon Black EDR**
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ CbAPI Changelog
===============
.. top-of-changelog (DO NOT REMOVE THIS COMMENT)
CbAPI 1.7.9 - Release Sept 29, 2022
------------------------------------

Bug Fixes
* Adjust Live Response Worker creation for EDR sensors to optimize for sensor specific jobs

CbAPI 1.7.8 - Release Jun 17, 2022
------------------------------------

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.8'
release = u'1.7.9'

# 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 @@ -40,7 +40,7 @@

setup(
name='cbapi',
version='1.7.8',
version='1.7.9',
url='https://github.com/carbonblack/cbapi-python',
license='MIT',
author='Carbon Black',
Expand Down
4 changes: 2 additions & 2 deletions src/cbapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
__title__ = 'cbapi'
__author__ = 'Carbon Black Developer Network'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018-2020 VMware Carbon Black'
__version__ = '1.7.8'
__copyright__ = 'Copyright 2018-2022 VMware Carbon Black'
__version__ = '1.7.9'

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

0 comments on commit 2853c82

Please sign in to comment.