Skip to content

Commit

Permalink
Merge pull request #516 from carbonblack/CBAPI-5321_release_1.5.3
Browse files Browse the repository at this point in the history
CBAPI-5321: bumped version number and included changelog info
  • Loading branch information
abowersox-cb authored Jun 26, 2024
2 parents a65166e + 39451cb commit b92faaa
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Carbon Black Cloud Python SDK

**Latest Version:** 1.5.2
**Latest Version:** 1.5.3
<br>
**Release Date:** May 1, 2024
**Release Date:** TBD

[![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.5.2
1.5.3
16 changes: 15 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,21 @@
# * NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE.
Changelog
================================
=========

CBC SDK 1.5.3 - Released TBD
----------------------------

New Features:

* Export Alerts in CSV format (``Alert.export()``).

Documentation:

* Updated code copyright dates and noted the ownership by Broadcom.
* Removed the Threat Intelligence example; it's been superseded by the
`Carbon Black Cloud Threat Intelligence Connector <https://github.com/carbonblack/carbon-black-cloud-threat-intelligence-connector>`_.

CBC SDK 1.5.2 - Released May 1, 2024
------------------------------------

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.5.2'
release = '1.5.3'


# -- 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 @@ -15,7 +15,7 @@
__author__ = 'Carbon Black Developer Network'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020-2024 VMware Carbon Black'
__version__ = '1.5.2'
__version__ = '1.5.3'

from .rest_api import CBCloudAPI
from .cache import lru

0 comments on commit b92faaa

Please sign in to comment.