Skip to content

Commit

Permalink
rev version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarman committed Jun 2, 2017
1 parent 1a14a46 commit e7a2612
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python bindings for Carbon Black REST API

**Current version: 1.1.0**
**Current version: 1.1.1**

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

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CbAPI Changelog
===============

CbAPI 1.1.0 - Released June 1, 2017
CbAPI 1.1.1 - Released June 2, 2017
-----------------------------------

This release includes compatibility fixes for Cb Response 6.1. Changes from 1.0.1 include:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.1.0'
release = u'1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='cbapi',
version='1.1.0',
version='1.1.1',
url='https://github.com/carbonblack/cbapi-python',
license='MIT',
author='Carbon Black',
Expand Down

0 comments on commit e7a2612

Please sign in to comment.