Skip to content

Commit

Permalink
Merge pull request #194 from carbonblack/release_1.3.1
Browse files Browse the repository at this point in the history
bump release to 1.3.1
  • Loading branch information
abowersox-cb authored Jun 15, 2021
2 parents 5567b20 + 0521222 commit fd7745d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# VMware Carbon Black Cloud Python SDK

**Latest Version:** 1.3.0
**Latest Version:** 1.3.1
<br>
**Release Date:** 08 June 2021
**Release Date:** 15 June 2021

[![Coverage Status](https://coveralls.io/repos/github/carbonblack/carbon-black-cloud-sdk-python/badge.svg?t=Id6Baf)](https://coveralls.io/github/carbonblack/carbon-black-cloud-sdk-python)
[![Codeship Status for carbonblack/carbon-black-cloud-sdk-python](https://app.codeship.com/projects/9e55a370-a772-0138-aae4-129773225755/status?branch=develop)](https://app.codeship.com/projects/402767)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Changelog
================================
CBC SDK 1.3.1 - Released June 15, 2021
--------------------------------

New Features:

* Allow the SDK to accept a pre-configured ``Session`` object to be used for access, to get around unusual configuration requirements.

Bug Fixes:

* Fix functions in ``Grant`` object for adding a new access profile to a user access grant.

CBC SDK 1.3.0 - Released June 8, 2021
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Developer Relations'

# The full version, including alpha/beta/rc tags
release = '1.3.0'
release = '1.3.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = 'Carbon Black Developer Network'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020-2021 VMware Carbon Black'
__version__ = '1.3.0'
__version__ = '1.3.1'

from .rest_api import CBCloudAPI
from .cache import lru

0 comments on commit fd7745d

Please sign in to comment.