From 988e334744fe4c2f4490dc45ed974d0a1c9b56d2 Mon Sep 17 00:00:00 2001 From: AlirezaTheH Date: Sun, 25 Jun 2023 09:51:38 +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 df3ff68..c73c5c0 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.4] - 2023-06-25 ### Added - Added [`resources`](https://github.com/alirezatheh/perke/tree/main/perke/resources)'s @@ -71,7 +73,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.3...HEAD +[Unreleased]: https://github.com/alirezatheh/perke/compare/v0.4.4...HEAD +[0.4.4]: https://github.com/alirezatheh/perke/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/alirezatheh/perke/compare/v0.4.2...v0.4.3 [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 diff --git a/bumpver.toml b/bumpver.toml index b9b5ea4..5bbce2d 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = '0.4.3' +current_version = '0.4.4' version_pattern = 'MAJOR.MINOR.PATCH' [bumpver.file_patterns] diff --git a/perke/version.py b/perke/version.py index 908c0bb..9a8e054 100644 --- a/perke/version.py +++ b/perke/version.py @@ -1 +1 @@ -__version__ = '0.4.3' +__version__ = '0.4.4'