Skip to content

Commit

Permalink
Merge pull request #196 from carbonblack/hotfix
Browse files Browse the repository at this point in the history
version bump for hotfix
  • Loading branch information
bvasil-cb committed Nov 12, 2019
2 parents 4a0c82f + b654400 commit 23abe0f
Show file tree
Hide file tree
Showing 5 changed files with 11 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.5.4**
**Latest Version: 1.5.5**

These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs.
To learn more about the REST APIs, visit the Carbon Black Developer Network Website at https://developer.carbonblack.com.
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
CbAPI Changelog
===============
CbAPI 1.5.5 - Released November 12, 2019
----------------------------------------

Updates

* CB ThreatHunter
* Fix List object that was not callable.

CbAPI 1.5.4 - Released October 24, 2019
----------------------------------------
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.5'
# The full version, including alpha/beta/rc tags.
release = u'1.5.4'
release = u'1.5.5'

# 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 @@ -38,7 +38,7 @@

setup(
name='cbapi',
version='1.5.4',
version='1.5.5',
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 2019 Carbon Black'
__version__ = '1.5.4'
__version__ = '1.5.5'

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

0 comments on commit 23abe0f

Please sign in to comment.