Skip to content

Commit 9dea001

Browse files
committed
Bump version
1 parent 707dcf1 commit 9dea001

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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.10**
3+
**Latest Version: 2.0.0**
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

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Updates
1212
`Carbon Black Cloud Python SDK on the Developer Network <https://developer.carbonblack.com/reference/carbon-black-cloud/integrations/python-sdk>`_
1313
for details.
1414

15+
CbAPI 2.0.0 - Release July 29, 2024
16+
------------------------------------
17+
18+
Breaking Changes
19+
* Removing psc functionalities.
20+
21+
1522
CbAPI 1.7.10 - Release Feb 1, 2023
1623
------------------------------------
1724

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.10'
64+
release = u'2.0.0'
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
@@ -37,7 +37,7 @@
3737
install_requires.extend(['packaging'])
3838
setup(
3939
name='cbapi',
40-
version='1.7.10',
40+
version='2.0.0',
4141
url='https://github.com/carbonblack/cbapi-python',
4242
license='MIT',
4343
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.10'
9+
__version__ = '2.0.0'
1010

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

0 commit comments

Comments
 (0)