From ce70d07a0de82795dbedb9ebda594e79cacd4148 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:45:48 +0530 Subject: [PATCH] prepare v2.2.5 --- CHANGELOG.md | 5 ++++- src/clickgen/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7911d03..74a3584 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.2.5] - 09 June 2024 + ### Issue Fixes - Fixed hotspot calculation while re-canvasing @@ -360,7 +362,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.2.4...main +[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.5...main +[v2.2.5]: https://github.com/ful1e5/clickgen/compare/v2.2.4...v2.2.5 [v2.2.4]: https://github.com/ful1e5/clickgen/compare/v2.2.3...v2.2.4 [v2.2.3]: https://github.com/ful1e5/clickgen/compare/v2.2.2...v2.2.3 [v2.2.2]: https://github.com/ful1e5/clickgen/compare/v2.2.1...v2.2.2 diff --git a/src/clickgen/__init__.py b/src/clickgen/__init__.py index 9a0db47..0e2e87d 100644 --- a/src/clickgen/__init__.py +++ b/src/clickgen/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = "2.2.4" +__version__ = "2.2.5"