From 1fd7094c3f20fff30dc500c7182c3359e808dccf Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Sat, 23 Sep 2023 08:57:41 +0530 Subject: [PATCH] prepare v2.1.9 --- CHANGELOG.md | 5 ++++- src/clickgen/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd6ab6..fe20129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [v2.1.9] - 23 September 2023 + ### Issues Fixes - typo: Fixed typo in windows packaging registry `AppStarteng` -> `AppStarting` @@ -308,7 +310,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - auto-generated **symlinks** based on input configs - `.tar` archive & `directory` as out **package**. -[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.1.8...main +[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.1.9...main +[v2.1.9]: https://github.com/ful1e5/clickgen/compare/v2.1.8...v2.1.9 [v2.1.8]: https://github.com/ful1e5/clickgen/compare/v2.1.7...v2.1.8 [v2.1.7]: https://github.com/ful1e5/clickgen/compare/v2.1.6...v2.1.7 [v2.1.6]: https://github.com/ful1e5/clickgen/compare/v2.1.5...v2.1.6 diff --git a/src/clickgen/__init__.py b/src/clickgen/__init__.py index 7827e38..5ca8ff4 100644 --- a/src/clickgen/__init__.py +++ b/src/clickgen/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = "2.1.8" +__version__ = "2.1.9"