Skip to content

Commit 1a41ab2

Browse files
committed
Version bump to 1.5.0
1 parent 1806c39 commit 1a41ab2

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-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.4.5**
3+
**Latest Version: 1.5.0**
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

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

4+
CbAPI 1.5.0 - Released July 23, 2019
5+
----------------------------------------
6+
7+
Updates
8+
9+
* CB LiveOps
10+
* Start new LiveQuery (LQ) runs
11+
* Fetch LQ results
12+
* View LQ run status
13+
* Filter on LQ results
14+
* PSC Org Key Management
15+
* Added support for org key management within CBAPI
16+
* Credentials utility for org keys
17+
* PR #166, #169, #170
18+
19+
Examples
20+
21+
* LiveQuery - manage_run.py
22+
* LiveQuery - run_search.py
23+
24+
425
CbAPI 1.4.5 - Released July 11, 2019
526
----------------------------------------
627

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'1.4'
62+
version = u'1.5'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.4.5'
64+
release = u'1.5.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
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name='cbapi',
39-
version='1.4.5',
39+
version='1.5.0',
4040
url='https://github.com/carbonblack/cbapi-python',
4141
license='MIT',
4242
author='Carbon Black',

0 commit comments

Comments
 (0)