From 9afe64332f2456188da9375daa57e87eff7512ca Mon Sep 17 00:00:00 2001 From: Abdul Fatir Date: Mon, 1 Dec 2025 19:21:44 +0100 Subject: [PATCH] Bump version to 2.2.0rc3 (#411) *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- src/chronos/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chronos/__about__.py b/src/chronos/__about__.py index c03ccb9..9724440 100644 --- a/src/chronos/__about__.py +++ b/src/chronos/__about__.py @@ -1 +1 @@ -__version__ = "2.2.0rc2" +__version__ = "2.2.0rc3"