Skip to content

Commit 595f3a9

Browse files
committed
version rev to 1.3.6
1 parent 0c7dee6 commit 595f3a9

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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-
**Current version: 1.3.5**
3+
**Current version: 1.3.6**
44

55
[![Build Status](https://travis-ci.org/carbonblack/cbapi-python.svg?branch=master)](https://travis-ci.org/carbonblack/cbapi-python)
66

docs/changelog.rst

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

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+
411
CbAPI 1.3.5 - Released February 2, 2018
512
---------------------------------------
613

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = u'1.3'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.3.5'
64+
release = u'1.3.6'
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
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='cbapi',
31-
version='1.3.5',
31+
version='1.3.6',
3232
url='https://github.com/carbonblack/cbapi-python',
3333
license='MIT',
3434
author='Carbon Black',

src/cbapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author__ = 'Carbon Black Developer Network'
66
__license__ = 'MIT'
77
__copyright__ = 'Copyright 2018 Carbon Black'
8-
__version__ = '1.3.5'
8+
__version__ = '1.3.6'
99

1010
# New API as of cbapi 0.9.0
1111
from cbapi.response.rest_api import CbEnterpriseResponseAPI, CbResponseAPI

0 commit comments

Comments
 (0)