Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Aug 23, 2023
1 parent 61321a0 commit 56d4da9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumplus.toml
@@ -1,4 +1,4 @@
version = "0.10.1"
version = "0.11.0"

[[files."bumplus/version.py"]]
search = "{{old_version}}"
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.11.0] - 2023-08-23

### Added

- CircleCI configuration
Expand Down Expand Up @@ -296,7 +298,8 @@
<!-- Skip checking the links status because the CHANGELOG is always updated
before the tag is created -->

[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
Expand Down
2 changes: 1 addition & 1 deletion 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"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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 <dochang@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 56d4da9

Please sign in to comment.