Skip to content

Commit

Permalink
Merge pull request #321 from carbonblack/version_bump
Browse files Browse the repository at this point in the history
Version bump for release 1.7.10
  • Loading branch information
emitreva-cb authored Feb 1, 2023
2 parents 70d2c22 + d6ac000 commit 32dd08d
Show file tree
Hide file tree
Showing 5 changed files with 10 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.9**
**Latest Version: 1.7.10**

_**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
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.10 - Release Feb 1, 2023
------------------------------------

Bug Fixes
* Update CbAPI to use packaging instead of distutils for python3.7+

CbAPI 1.7.9 - Release Sept 29, 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.9'
release = u'1.7.10'

# 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 @@
install_requires.extend(['packaging'])
setup(
name='cbapi',
version='1.7.9',
version='1.7.10',
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-2022 VMware Carbon Black'
__version__ = '1.7.9'
__version__ = '1.7.10'

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

0 comments on commit 32dd08d

Please sign in to comment.