File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Python bindings for Carbon Black REST API
2
2
3
- ** Current version: 1.1.0 **
3
+ ** Current version: 1.1.1 **
4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/carbonblack/cbapi-python.svg?branch=master )] ( https://travis-ci.org/carbonblack/cbapi-python )
6
6
Original file line number Diff line number Diff line change 1
1
CbAPI Changelog
2
2
===============
3
3
4
- CbAPI 1.1.0 - Released June 1 , 2017
4
+ CbAPI 1.1.1 - Released June 2 , 2017
5
5
-----------------------------------
6
6
7
7
This release includes compatibility fixes for Cb Response 6.1. Changes from 1.0.1 include:
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'1.0'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.1.0 '
64
+ release = u'1.1.1 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 29
29
30
30
setup (
31
31
name = 'cbapi' ,
32
- version = '1.1.0 ' ,
32
+ version = '1.1.1 ' ,
33
33
url = 'https://github.com/carbonblack/cbapi-python' ,
34
34
license = 'MIT' ,
35
35
author = 'Carbon Black' ,
You can’t perform that action at this time.
0 commit comments