Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaTheH authored and github-actions[bot] committed Jun 22, 2023
1 parent 4c40097 commit 41d5b44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

## [0.4.2] - 2023-06-22
### Added
- Added support for Python `3.11`
- Brought Windows tests back
Expand Down Expand Up @@ -59,7 +61,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- First version of CLI added


[Unreleased]: https://github.com/alirezatheh/perke/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/alirezatheh/perke/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/alirezatheh/perke/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/alirezatheh/perke/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/alirezatheh/perke/compare/v0.3.5...v0.4.0
[0.3.5]: https://github.com/alirezatheh/perke/compare/v0.3.4...v0.3.5
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = '0.4.1'
current_version = '0.4.2'
version_pattern = 'MAJOR.MINOR.PATCH'

[bumpver.file_patterns]
Expand Down
2 changes: 1 addition & 1 deletion perke/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.1'
__version__ = '0.4.2'

0 comments on commit 41d5b44

Please sign in to comment.