Skip to content

Commit

Permalink
update version number to 2.0.4 (#89)
Browse files Browse the repository at this point in the history
* update version number to 2.0.4

* wrote in Broadcom in __init__.py
  • Loading branch information
abowersox-cb authored Jul 11, 2024
1 parent 909f64f commit ff5c030
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ The following fields are available for building the Syslog header
* `{{datetime_legacy}}` - Uses current time with format e.g. Jan 18 11:07:53
* `{{vendor}}` - CarbonBlack
* `{{product}}` - CBCSyslog
* `{{product_version}}` - Current CBC Syslog version e.g. 2.0.3
* `{{product_version}}` - Current CBC Syslog version e.g. 2.0.4


For the available Alert fields see [Search Fields - Alerts](https://developer.carbonblack.com/reference/carbon-black-cloud/platform/latest/alert-search-fields)
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## Version 2.0.4

**Bug Fixes**
* Update copyrights on code to reflect current date and Broadcom.
* Update dependencies to fixed version of CBC SDK.

## Version 2.0.3

**Bug Fixes:**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name="cbc_syslog",
version="2.0.3",
version="2.0.4",
install_requires=install_requires,
extras_require=extras_require,
package_dir={"": "src"},
Expand Down
4 changes: 2 additions & 2 deletions src/cbc_syslog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
__title__ = 'cbc_syslog'
__author__ = 'Carbon Black Developer Network'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018-2023 VMware Carbon Black'
__version__ = '2.0.3'
__copyright__ = 'Copyright 2018-2024 Broadcom Inc. Carbon Black.'
__version__ = '2.0.4'

from .core import poll, check, history, wizard, convert

Expand Down

0 comments on commit ff5c030

Please sign in to comment.