From d38fcdd62289c2a173976f3eb1a845710e96be8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Wed, 1 May 2024 00:56:56 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=202023.4.0=20=E2=86=92=202024.5?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ src/incendium/__version__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"