File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ gpg_sign = true
3
3
name = " cz_conventional_commits"
4
4
tag_format = " v$version"
5
5
version_scheme = " pep440"
6
- version = " 2024.5 .0"
6
+ version = " 2024.10 .0"
7
7
update_changelog_on_bump = true
8
8
version_files = [
9
9
" src/incendium/__about__.py:__version__"
Original file line number Diff line number Diff line change
1
+ ## v2024.10.0 (2024-10-28)
2
+
3
+ ### Refactor
4
+
5
+ - remove util module (#221 )
6
+
1
7
## v2024.5.0 (2024-05-01)
2
8
3
9
### Refactor
Original file line number Diff line number Diff line change 4
4
__title__ = "incendium"
5
5
__description__ = "Package that extends and wraps Ignition Scripting API"
6
6
__url__ = "https://github.com/ignition-incendium/incendium"
7
- __version__ = "2024.5 .0"
7
+ __version__ = "2024.10 .0"
8
8
__author__ = "César Román"
9
9
__author_email__ = "[email protected] "
10
10
__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments