Skip to content

Commit b654400

Browse files
author
Becca Vasil
committed
version bump for hotfix
1 parent 4a0c82f commit b654400

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.4**
3+
**Latest Version: 1.5.5**
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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
CbAPI Changelog
22
===============
3+
CbAPI 1.5.5 - Released November 12, 2019
4+
----------------------------------------
5+
6+
Updates
7+
8+
* CB ThreatHunter
9+
* Fix List object that was not callable.
310

411
CbAPI 1.5.4 - Released October 24, 2019
512
----------------------------------------

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.4'
64+
release = u'1.5.5'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name='cbapi',
41-
version='1.5.4',
41+
version='1.5.5',
4242
url='https://github.com/carbonblack/cbapi-python',
4343
license='MIT',
4444
author='Carbon Black',

src/cbapi/__init__.py

Lines changed: 1 addition & 1 deletion
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.4'
9+
__version__ = '1.5.5'
1010

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

0 commit comments

Comments
 (0)