Skip to content

Commit

Permalink
chore(release): 5.37.0
Browse files Browse the repository at this point in the history
# [5.37.0](v5.36.2...v5.37.0) (2024-01-31)

### Features

* **checkboxGroup:** correctly parsing values with spaces ([#1034](#1034)) ([73358ee](73358ee))
  • Loading branch information
srv-rr-github-token committed Jan 31, 2024
1 parent 73358ee commit 559cfd6
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 @@ -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-1-12
Date generated: 2024-1-31

Revision ID: 21ee4ae7effd49933a7f5c885b1524085219be00
Revision ID: 73358ee58c211e55608e09e1b45e1eeed8ec8df7

================================================================================
================================================================================
Expand Down Expand Up @@ -11472,4 +11472,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Report Generated by FOSSA on 2024-1-12
Report Generated by FOSSA on 2024-1-31
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.37.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.36.2...v5.37.0) (2024-01-31)


### Features

* **checkboxGroup:** correctly parsing values with spaces ([#1034](https://github.com/splunk/addonfactory-ucc-generator/issues/1034)) ([73358ee](https://github.com/splunk/addonfactory-ucc-generator/commit/73358ee58c211e55608e09e1b45e1eeed8ec8df7))

## [5.36.2](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.36.1...v5.36.2) (2024-01-12)


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.36.2"
version = "5.37.0"
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.36.2"
__version__ = "5.37.0"

import logging

Expand Down

0 comments on commit 559cfd6

Please sign in to comment.