Skip to content

Commit 95209b7

Browse files
author
Becca Vasil
committed
version bump to 1.5.6
1 parent 6dca89f commit 95209b7

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-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.5.5**
3+
**Latest Version: 1.5.6**
44

55
These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs.
66
To learn more about the REST APIs, visit the Carbon Black Developer Network Website at https://developer.carbonblack.com.

docs/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
CbAPI Changelog
22
===============
3+
CbAPI 1.5.6 - Released November 19, 2019
4+
----------------------------------------
5+
6+
Updates
7+
8+
* General
9+
* Name change to Carbon Black Cloud from PSC.
10+
311
CbAPI 1.5.5 - Released November 12, 2019
412
----------------------------------------
513

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.5'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.5.5'
64+
release = u'1.5.6'
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
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name='cbapi',
41-
version='1.5.5',
41+
version='1.5.6',
4242
url='https://github.com/carbonblack/cbapi-python',
4343
license='MIT',
4444
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 2019 Carbon Black'
9-
__version__ = '1.5.5'
9+
__version__ = '1.5.6'
1010

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

0 commit comments

Comments
 (0)