From 56d4da9834a9c0f07500e20f5867207393b18bcd Mon Sep 17 00:00:00 2001 From: Wade Zhang Date: Wed, 23 Aug 2023 17:15:08 +0800 Subject: [PATCH] Release 0.11.0 --- .bumplus.toml | 2 +- CHANGELOG.md | 5 ++++- bumplus/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bumplus.toml b/.bumplus.toml index a275bbd..fb91b78 100644 --- a/.bumplus.toml +++ b/.bumplus.toml @@ -1,4 +1,4 @@ -version = "0.10.1" +version = "0.11.0" [[files."bumplus/version.py"]] search = "{{old_version}}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b1d39..f8ca6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.11.0] - 2023-08-23 + ### Added - CircleCI configuration @@ -296,7 +298,8 @@ -[Unreleased]: https://github.com/dochang/bumplus/compare/0.10.1...HEAD +[Unreleased]: https://github.com/dochang/bumplus/compare/0.11.0...HEAD +[0.11.0]: https://github.com/dochang/bumplus/compare/0.10.1...0.11.0 [0.10.1]: https://github.com/dochang/bumplus/compare/0.10.0...0.10.1 [0.10.0]: https://github.com/dochang/bumplus/compare/0.9.0...0.10.0 [0.9.0]: https://github.com/dochang/bumplus/compare/0.8.0...0.9.0 diff --git a/bumplus/version.py b/bumplus/version.py index 6df5edb..140c6b5 100644 --- a/bumplus/version.py +++ b/bumplus/version.py @@ -1,4 +1,4 @@ """Version number of Bumplus.""" from __future__ import absolute_import, division, print_function -__version__ = "0.10.1" +__version__ = "0.11.0" diff --git a/pyproject.toml b/pyproject.toml index 820439a..94cfd96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ reportMissingModuleSource = false [tool.poetry] name = "bumplus" -version = "0.10.1" +version = "0.11.0" description = "Bump the version in the project files." authors = ["Wade Zhang "] license = "MIT"