Skip to content

Commit

Permalink
Bug fix release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Brunt authored and avanbrunt-cb committed Mar 25, 2024
1 parent 83cf679 commit 4f84f61
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2023 VMware Inc.
Copyright (c) 2020-2024 VMware Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## Version 2.0.3

**Bug Fixes:**
* Fix datetime.now UTC issue that prevents polling alerts

## Version 2.0.2

**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.2",
version="2.0.3",
install_requires=install_requires,
extras_require=extras_require,
package_dir={"": "src"},
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_syslog/__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 2018-2023 VMware Carbon Black'
__version__ = '2.0.2'
__version__ = '2.0.3'

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

Expand Down
2 changes: 1 addition & 1 deletion src/cbc_syslog/cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_syslog/core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_syslog/util/carbon_black_cloud.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_syslog/util/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_syslog/util/example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_syslog/util/output.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_syslog/util/transform.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/tests/unit/test_carbon_black_cloud.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/tests/unit/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/tests/unit/test_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/tests/unit/test_core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/tests/unit/test_output.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion src/tests/unit/test_transform.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************
# Copyright (c) VMware, Inc. 2020-2023. All Rights Reserved.
# Copyright (c) VMware, Inc. 2020-2024. All Rights Reserved.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down

0 comments on commit 4f84f61

Please sign in to comment.