Skip to content

Commit

Permalink
bump: version 2023.4.0 → 2024.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed May 1, 2024
1 parent e626bdd commit d38fcdd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gpg_sign = true
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "pep440"
version = "2023.4.0"
version = "2024.5.0"
update_changelog_on_bump = true
version_files = [
"src/incendium/__version__.py:version"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2024.5.0 (2024-05-01)

### Refactor

- **util**: move functions out of util (#199)

## v2023.4.0 (2023-04-18)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion src/incendium/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__title__ = "incendium"
__description__ = "Package that extends and wraps Ignition Scripting API"
__url__ = "https://github.com/ignition-incendium/incendium"
__version__ = "2023.4.0"
__version__ = "2024.5.0"
__author__ = "César Román"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit d38fcdd

Please sign in to comment.