Skip to content

Commit 4e3d1ec

Browse files
committed
bump: version 2024.5.0 → 2024.10.0
1 parent 2dfc4d0 commit 4e3d1ec

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 = "2024.5.0"
6+
version = "2024.10.0"
77
update_changelog_on_bump = true
88
version_files = [
99
"src/incendium/__about__.py:__version__"

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2024.10.0 (2024-10-28)
2+
3+
### Refactor
4+
5+
- remove util module (#221)
6+
17
## v2024.5.0 (2024-05-01)
28

39
### Refactor

Diff for: src/incendium/__about__.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__ = "2024.5.0"
7+
__version__ = "2024.10.0"
88
__author__ = "César Román"
99
__author_email__ = "[email protected]"
1010
__license__ = "MIT"

0 commit comments

Comments
 (0)