diff --git a/pyproject.toml b/pyproject.toml index e57955c..677bce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "tiramisu_cmdline_parser" -version = "0.6.1rc0" +version = "0.6.1" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "command-line parser using Tiramisu" @@ -37,5 +37,5 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "pep440" version_provider = "pep621" -update_changelog_on_bump = true +#update_changelog_on_bump = true changelog_merge_prerelease = true