diff --git a/CHANGELOG.md b/CHANGELOG.md index 409eb2c..f83e652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.5.0 (2024-05-10) + ## 1.4.0 (2023-11-23) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 66cb712..cfe6c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.0" +version = "1.5.0" tag_format = "$version" version_files = [ "pyproject.toml:version", diff --git a/src/autoimport/version.py b/src/autoimport/version.py index c17afe8..62c0c3d 100644 --- a/src/autoimport/version.py +++ b/src/autoimport/version.py @@ -6,7 +6,7 @@ # Do not edit the version manually, let `make bump` do it. -__version__ = "1.4.0" +__version__ = "1.5.0" def version_info() -> str: