Skip to content

Commit 1985536

Browse files
committed
version rev to 1.3.2 in prep for release
1 parent 31eceeb commit 1985536

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1**
3+
**Current version: 1.3.2**
44

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

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.1'
64+
release = u'1.3.2'
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.1',
31+
version='1.3.2',
3232
url='https://github.com/carbonblack/cbapi-python',
3333
license='MIT',
3434
author='Carbon Black',

0 commit comments

Comments
 (0)