From 41d5b441c05cd3131a9760d47237402022c6987d Mon Sep 17 00:00:00 2001 From: AlirezaTheH Date: Thu, 22 Jun 2023 14:45:01 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 ++++- bumpver.toml | 2 +- perke/version.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5741f3a..831756e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/bumpver.toml b/bumpver.toml index 058f9ba..5cf4caf 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = '0.4.1' +current_version = '0.4.2' version_pattern = 'MAJOR.MINOR.PATCH' [bumpver.file_patterns] diff --git a/perke/version.py b/perke/version.py index f0ede3d..a987347 100644 --- a/perke/version.py +++ b/perke/version.py @@ -1 +1 @@ -__version__ = '0.4.1' +__version__ = '0.4.2'