Skip to content

Commit 32dd08d

Browse files
authored
Merge pull request #321 from carbonblack/version_bump
Version bump for release 1.7.10
2 parents 70d2c22 + d6ac000 commit 32dd08d

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-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.9**
3+
**Latest Version: 1.7.10**
44

55
_**Notice**:_
66
* 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

docs/changelog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ CbAPI Changelog
22
===============
33
.. top-of-changelog (DO NOT REMOVE THIS COMMENT)
44
5+
CbAPI 1.7.10 - Release Feb 1, 2023
6+
------------------------------------
7+
8+
Bug Fixes
9+
* Update CbAPI to use packaging instead of distutils for python3.7+
10+
511
CbAPI 1.7.9 - Release Sept 29, 2022
612
------------------------------------
713

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.9'
64+
release = u'1.7.10'
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
install_requires.extend(['packaging'])
4242
setup(
4343
name='cbapi',
44-
version='1.7.9',
44+
version='1.7.10',
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-2022 VMware Carbon Black'
9-
__version__ = '1.7.9'
9+
__version__ = '1.7.10'
1010

1111
# New API as of cbapi 0.9.0
1212
from cbapi.response.rest_api import CbEnterpriseResponseAPI, CbResponseAPI

0 commit comments

Comments
 (0)