Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Feb 1, 2022
1 parent e7ec6ef commit 82e6df2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumplus.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.6.1"
version = "0.7.0"

[[files."setup.py"]]
search = "{{old_version}}"
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.7.0] - 2022-02-01

### Added

- Add bumplus itself into dev-dependencies
Expand Down Expand Up @@ -223,7 +225,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.6.1...HEAD
[Unreleased]: https://github.com/dochang/bumplus/compare/0.7.0...HEAD
[0.7.0]: https://github.com/dochang/bumplus/compare/0.6.1...0.7.0
[0.6.1]: https://github.com/dochang/bumplus/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/dochang/bumplus/compare/0.5.1...0.6.0
[0.5.1]: https://github.com/dochang/bumplus/compare/0.5.0...0.5.1
Expand Down
2 changes: 1 addition & 1 deletion bumplus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__metaclass__ = type

__version__ = "0.6.1"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__metaclass__ = type

__version__ = "0.6.1"
__version__ = "0.7.0"


here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 82e6df2

Please sign in to comment.