Skip to content

Commit

Permalink
chore(release): 5.31.1
Browse files Browse the repository at this point in the history
## [5.31.1](v5.31.0...v5.31.1) (2023-10-06)

### Bug Fixes

* include UCC UI into UCC during the release step ([#891](#891)) ([5207dca](5207dca)), closes [#890](#890) [#890](#890)
  • Loading branch information
srv-rr-github-token committed Oct 6, 2023
1 parent 3600d8b commit 02a9d4f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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

================================================================================
================================================================================
Expand Down Expand Up @@ -791,7 +791,7 @@ SOFTWARE.


--------------------------------------------------------------------------------
Package Title: @jridgewell/sourcemap-codec (1.4.14)
Package Title: @jridgewell/sourcemap-codec (1.4.15)
--------------------------------------------------------------------------------

* Declared Licenses *
Expand Down Expand Up @@ -823,7 +823,7 @@ THE SOFTWARE.


--------------------------------------------------------------------------------
Package Title: @jridgewell/sourcemap-codec (1.4.15)
Package Title: @jridgewell/sourcemap-codec (1.4.14)
--------------------------------------------------------------------------------

* Declared Licenses *
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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 <[email protected]>"]
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.31.0"
__version__ = "5.31.1"

import logging

Expand Down

0 comments on commit 02a9d4f

Please sign in to comment.