Skip to content

Commit

Permalink
bump: version 0.4.2 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Apr 23, 2021
1 parent 862ecb3 commit 55b4b59
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.5.0 (2021-04-23)

### Fix

- install wheel in the build pipeline

### feat

- add a ci job to test that the program is installable

## 0.4.2 (2021-04-23)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.4.2"
version = "0.5.0"
tag_format = "$version"
version_files = [
"src/yamlfix/version.py",
Expand Down
2 changes: 1 addition & 1 deletion src/yamlfix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import platform
import sys

__version__ = "0.4.2" # Do not edit this line manually, let `make bump` do it.
__version__ = "0.5.0" # Do not edit this line manually, let `make bump` do it.


def version_info() -> str:
Expand Down

0 comments on commit 55b4b59

Please sign in to comment.