Skip to content

Commit

Permalink
chore(release): 5.53.2
Browse files Browse the repository at this point in the history
## [5.53.2](v5.53.1...v5.53.2) (2024-11-21)

### Bug Fixes

* **api:** cancelled requests don't emit user facing errors ([#1472](#1472)) ([0970441](0970441))
  • Loading branch information
srv-rr-github-token committed Nov 21, 2024
1 parent ee2101c commit 577bc9d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

The following 3rd-party software packages may be used by or distributed with addonfactory-ucc-generator. Any information relevant to third-party vendors listed below are collected using common, reasonable means.

Date generated: 2024-11-18
Date generated: 2024-11-21

Revision ID: b59b29993757676871905494386cd9de0c4dfcd1
Revision ID: ee2101c2d1a05439736fa2bf3ef446736ac437a5

================================================================================
================================================================================
Expand Down Expand Up @@ -28969,4 +28969,4 @@ either expressed or implied, of the FreeBSD Project.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Report Generated by FOSSA on 2024-11-18
Report Generated by FOSSA on 2024-11-21
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.53.2](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.53.1...v5.53.2) (2024-11-21)


### Bug Fixes

* **api:** cancelled requests don't emit user facing errors ([#1472](https://github.com/splunk/addonfactory-ucc-generator/issues/1472)) ([0970441](https://github.com/splunk/addonfactory-ucc-generator/commit/09704416b5a56ddb518eabd01d596ec5e23157e3))

## [5.53.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.53.0...v5.53.1) (2024-11-18)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[tool.poetry]
name = "splunk_add_on_ucc_framework"
version = "5.53.1"
version = "5.53.2"
description = "Splunk Add-on SDK formerly UCC is a build and code generation framework"
license = "Apache-2.0"
authors = ["Splunk <addonfactory@splunk.com>"]
Expand Down
2 changes: 1 addition & 1 deletion splunk_add_on_ucc_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "5.53.1"
__version__ = "5.53.2"

import logging

Expand Down

0 comments on commit 577bc9d

Please sign in to comment.