Skip to content

Commit d38fcdd

Browse files
committed
bump: version 2023.4.0 → 2024.5.0
1 parent e626bdd commit d38fcdd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: .cz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gpg_sign = true
33
name = "cz_conventional_commits"
44
tag_format = "v$version"
55
version_scheme = "pep440"
6-
version = "2023.4.0"
6+
version = "2024.5.0"
77
update_changelog_on_bump = true
88
version_files = [
99
"src/incendium/__version__.py:version"

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2024.5.0 (2024-05-01)
2+
3+
### Refactor
4+
5+
- **util**: move functions out of util (#199)
6+
17
## v2023.4.0 (2023-04-18)
28

39
### Feat

Diff for: src/incendium/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__title__ = "incendium"
55
__description__ = "Package that extends and wraps Ignition Scripting API"
66
__url__ = "https://github.com/ignition-incendium/incendium"
7-
__version__ = "2023.4.0"
7+
__version__ = "2024.5.0"
88
__author__ = "César Román"
99
__author_email__ = "[email protected]"
1010
__license__ = "MIT"

0 commit comments

Comments
 (0)