diff --git a/.cz.toml b/.cz.toml index f9f65bb..ddd0067 100644 --- a/.cz.toml +++ b/.cz.toml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff20f7..3c7a3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/incendium/__version__.py b/src/incendium/__version__.py index 42d2573..ffe615f 100644 --- a/src/incendium/__version__.py +++ b/src/incendium/__version__.py @@ -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__ = "cesar@coatl.dev" __license__ = "MIT"