Skip to content

Commit 912c94f

Browse files
committed
Release notes for 1.5.1
1 parent 8932d93 commit 912c94f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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.0**
3+
**Latest Version: 1.5.1**
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

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
CbAPI Changelog
22
===============
33

4+
CbAPI 1.5.1 - Released July 23, 2019
5+
----------------------------------------
6+
7+
Updates
8+
9+
* CB Response
10+
* Require CBAPI users to obtain their API token from the CB Response console.
11+
* CB LiveOps
12+
* Fixing a build issue
13+
14+
415
CbAPI 1.5.0 - Released July 23, 2019
516
----------------------------------------
617

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
setup(
3939
name='cbapi',
40-
version='1.5.0',
40+
version='1.5.1',
4141
url='https://github.com/carbonblack/cbapi-python',
4242
license='MIT',
4343
author='Carbon Black',

0 commit comments

Comments
 (0)