diff --git a/CHANGES.md b/CHANGES.md index d7315b4..350a5f7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,13 @@ Categories: ### Security --> +## 0.2.3 - 2024-09-13 + +### Fixed + +* Resolving packaging issues and tagging mistake + + ## 0.2.2 - 2024-09-12 ### Fixed diff --git a/src/zeal_feeds/__about__.py b/src/zeal_feeds/__about__.py index 3646632..d14e36e 100644 --- a/src/zeal_feeds/__about__.py +++ b/src/zeal_feeds/__about__.py @@ -2,4 +2,5 @@ # # SPDX-License-Identifier: MIT """Define application version for packaging.""" -__version__ = "0.2.1" + +__version__ = "0.2.3"