Skip to content

Commit

Permalink
Pre-release version bump to 0.2.0 (#26)
Browse files Browse the repository at this point in the history
* Bump version to `0.2.0`
  • Loading branch information
github-actions[bot] authored Apr 12, 2022
1 parent 97a26da commit 38c4982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release 0.2.0 (development release)
## Release 0.2.0 (current release)

### New features since last release

Expand Down Expand Up @@ -46,7 +46,7 @@ This release contains contributions from (in alphabetical order):

[Mikhail Andrenkov](https://github.com/Mandrenkov), [Bastian Zimmermann](https://github.com/BastianZim).

## Release 0.1.2 (current release)
## Release 0.1.2

### Improvements

Expand Down
2 changes: 1 addition & 1 deletion xcc/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
See https://semver.org/.
"""

__version__ = "0.2.0-dev"
__version__ = "0.2.0"

0 comments on commit 38c4982

Please sign in to comment.