Skip to content

Commit e7a2612

Browse files
committed
rev version to 1.1.1
1 parent 1a14a46 commit e7a2612

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.1.0**
3+
**Current version: 1.1.1**
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CbAPI Changelog
22
===============
33

4-
CbAPI 1.1.0 - Released June 1, 2017
4+
CbAPI 1.1.1 - Released June 2, 2017
55
-----------------------------------
66

77
This release includes compatibility fixes for Cb Response 6.1. Changes from 1.0.1 include:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = u'1.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.1.0'
64+
release = u'1.1.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name='cbapi',
32-
version='1.1.0',
32+
version='1.1.1',
3333
url='https://github.com/carbonblack/cbapi-python',
3434
license='MIT',
3535
author='Carbon Black',

0 commit comments

Comments
 (0)