Skip to content

Commit 62fda2e

Browse files
chore(release): 6.0.1
## [6.0.1](v6.0.0...v6.0.1) (2025-09-30) ### Bug Fixes * include built UI files in the wheel package ([#1929](#1929)) ([a9dea38](a9dea38))
1 parent a9dea38 commit 62fda2e

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

NOTICE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
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.
99

10-
Date generated: 2025-9-26
10+
Date generated: 2025-9-30
1111

12-
Revision ID: 2fc281c1ce234f11798958737148f8c84d4eeb05
12+
Revision ID: a9dea385e941e39627221cca0b7a8d64683cebc0
1313

1414
================================================================================
1515
================================================================================
@@ -27620,7 +27620,7 @@ MIT
2762027620

2762127621
--------------------------------------------------------------------------------
2762227622
File matches:
27623-
LICENSE
27623+
package.json
2762427624
--------------------------------------------------------------------------------
2762527625

2762627626
MIT License
@@ -53898,4 +53898,4 @@ Permission is granted to anyone to use this software for any purpose, including
5389853898
--------------------------------------------------------------------------------
5389953899
--------------------------------------------------------------------------------
5390053900

53901-
Report Generated by FOSSA on 2025-9-26
53901+
Report Generated by FOSSA on 2025-9-30

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.0.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v6.0.0...v6.0.1) (2025-09-30)
4+
5+
6+
### Bug Fixes
7+
8+
* include built UI files in the wheel package ([#1929](https://github.com/splunk/addonfactory-ucc-generator/issues/1929)) ([a9dea38](https://github.com/splunk/addonfactory-ucc-generator/commit/a9dea385e941e39627221cca0b7a8d64683cebc0))
9+
310
# [6.0.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.70.0...v6.0.0) (2025-09-26)
411

512

pyproject.toml

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

1717
[tool.poetry]
1818
name = "splunk_add_on_ucc_framework"
19-
version = "6.0.0"
19+
version = "6.0.1"
2020
description = "Splunk Add-on SDK formerly UCC is a build and code generation framework"
2121
license = "Apache-2.0"
2222
authors = ["Splunk <[email protected]>"]

splunk_add_on_ucc_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "6.0.0"
16+
__version__ = "6.0.1"
1717

1818
import logging
1919

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "git+https://github.com/splunk/addonfactory-ucc-generator.git",
77
"directory": "ui"
88
},
9-
"version": "6.0.0",
9+
"version": "6.0.1",
1010
"license": "Apache-2.0",
1111
"author": "Splunk Inc.",
1212
"homepage": "https://splunk.github.io/addonfactory-ucc-generator",

0 commit comments

Comments
 (0)