Skip to content

Commit ff5c030

Browse files
authored
update version number to 2.0.4 (#89)
* update version number to 2.0.4 * wrote in Broadcom in __init__.py
1 parent 909f64f commit ff5c030

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The following fields are available for building the Syslog header
297297
* `{{datetime_legacy}}` - Uses current time with format e.g. Jan 18 11:07:53
298298
* `{{vendor}}` - CarbonBlack
299299
* `{{product}}` - CBCSyslog
300-
* `{{product_version}}` - Current CBC Syslog version e.g. 2.0.3
300+
* `{{product_version}}` - Current CBC Syslog version e.g. 2.0.4
301301

302302

303303
For the available Alert fields see [Search Fields - Alerts](https://developer.carbonblack.com/reference/carbon-black-cloud/platform/latest/alert-search-fields)

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## Version 2.0.4
5+
6+
**Bug Fixes**
7+
* Update copyrights on code to reflect current date and Broadcom.
8+
* Update dependencies to fixed version of CBC SDK.
9+
410
## Version 2.0.3
511

612
**Bug Fixes:**

setup.py

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

4242
setup(
4343
name="cbc_syslog",
44-
version="2.0.3",
44+
version="2.0.4",
4545
install_requires=install_requires,
4646
extras_require=extras_require,
4747
package_dir={"": "src"},

src/cbc_syslog/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
__title__ = 'cbc_syslog'
1515
__author__ = 'Carbon Black Developer Network'
1616
__license__ = 'MIT'
17-
__copyright__ = 'Copyright 2018-2023 VMware Carbon Black'
18-
__version__ = '2.0.3'
17+
__copyright__ = 'Copyright 2018-2024 Broadcom Inc. Carbon Black.'
18+
__version__ = '2.0.4'
1919

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

0 commit comments

Comments
 (0)