diff --git a/NOTICE b/NOTICE index 54ad280c5..026165daa 100644 --- a/NOTICE +++ b/NOTICE @@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with add Date generated: 2023-10-6 -Revision ID: 76dd699435c1b14a40ad459fe10c00aaa551594c +Revision ID: 3600d8be7ad0b838d9e66de4eee984735dc0f90e ================================================================================ ================================================================================ @@ -791,7 +791,7 @@ SOFTWARE. -------------------------------------------------------------------------------- -Package Title: @jridgewell/sourcemap-codec (1.4.14) +Package Title: @jridgewell/sourcemap-codec (1.4.15) -------------------------------------------------------------------------------- * Declared Licenses * @@ -823,7 +823,7 @@ THE SOFTWARE. -------------------------------------------------------------------------------- -Package Title: @jridgewell/sourcemap-codec (1.4.15) +Package Title: @jridgewell/sourcemap-codec (1.4.14) -------------------------------------------------------------------------------- * Declared Licenses * diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ed80f8967..d6fa13a24 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.31.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.31.0...v5.31.1) (2023-10-06) + + +### Bug Fixes + +* include UCC UI into UCC during the release step ([#891](https://github.com/splunk/addonfactory-ucc-generator/issues/891)) ([5207dca](https://github.com/splunk/addonfactory-ucc-generator/commit/5207dca4d134b970d71f65949f7922daf0955775)), closes [#890](https://github.com/splunk/addonfactory-ucc-generator/issues/890) [#890](https://github.com/splunk/addonfactory-ucc-generator/issues/890) + ## [5.31.1-beta.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.31.0...v5.31.1-beta.1) (2023-10-06) diff --git a/pyproject.toml b/pyproject.toml index 28430b902..41540030f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunk_add_on_ucc_framework" -version = "5.31.0" +version = "5.31.1" description = "Splunk Add-on SDK formerly UCC is a build and code generation framework" license = "Apache-2.0" authors = ["Splunk "] diff --git a/splunk_add_on_ucc_framework/__init__.py b/splunk_add_on_ucc_framework/__init__.py index 42bbe7f80..7935f30f2 100644 --- a/splunk_add_on_ucc_framework/__init__.py +++ b/splunk_add_on_ucc_framework/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "5.31.0" +__version__ = "5.31.1" import logging