From e5318da8e9b0c3d9163d560136080de34b409ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Wed, 15 May 2024 14:14:33 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=208.1.39.post1=20=E2=86=92=208.?= =?UTF-8?q?1.40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 12 ++++++++++++ setup.cfg | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index 6c57428..4811e07 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 = "8.1.39.post1" +version = "8.1.40" update_changelog_on_bump = true version_files = [ "setup.cfg:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index c8782b2..b1fc61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v8.1.40 (2024-05-15) + +### Feat + +- bump to 8.1.40 (#277) + +## v8.1.39.post1 (2024-04-30) + +### Feat + +- **java**: add all Calendar methods (#271) + ## v8.1.39.post1 (2024-04-30) ### Feat diff --git a/setup.cfg b/setup.cfg index 51af695..d31b212 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ignition_api -version = 8.1.39.post1 +version = 8.1.40 description = Ignition Scripting API long_description = file: README.md long_description_content_type = text/markdown