diff --git a/changelog.md b/changelog.md index 951a66961..07abf75c9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [2.17.9 (unreleased)](https://github.com/kdeldycke/workflows/compare/v2.17.8...main) +## [2.18.0 (unreleased)](https://github.com/kdeldycke/workflows/compare/v2.17.8...main) ```{important} This version is not released yet and is under active development. diff --git a/pyproject.toml b/pyproject.toml index 151df3cad..01e89254d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "2.17.9" +current_version = "2.18.0" allow_dirty = true [[tool.bumpversion.files]]