File tree 5 files changed +11
-4
lines changed
5 files changed +11
-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.3.5 **
3
+ ** Current version: 1.3.6 **
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.3.6 - Released February 14, 2018
5
+ ----------------------------------------
6
+
7
+ This release has one critical fix:
8
+
9
+ * Fix a fatal exception when connecting to Cb Response 6.1.x servers
10
+
4
11
CbAPI 1.3.5 - Released February 2, 2018
5
12
---------------------------------------
6
13
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'1.3'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.3.5 '
64
+ release = u'1.3.6 '
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 28
28
29
29
setup (
30
30
name = 'cbapi' ,
31
- version = '1.3.5 ' ,
31
+ version = '1.3.6 ' ,
32
32
url = 'https://github.com/carbonblack/cbapi-python' ,
33
33
license = 'MIT' ,
34
34
author = 'Carbon Black' ,
Original file line number Diff line number Diff line change 5
5
__author__ = 'Carbon Black Developer Network'
6
6
__license__ = 'MIT'
7
7
__copyright__ = 'Copyright 2018 Carbon Black'
8
- __version__ = '1.3.5 '
8
+ __version__ = '1.3.6 '
9
9
10
10
# New API as of cbapi 0.9.0
11
11
from cbapi .response .rest_api import CbEnterpriseResponseAPI , CbResponseAPI
You can’t perform that action at this time.
0 commit comments