Skip to content

Commit 65eb7e6

Browse files
committed
Prepare release of 1.22.
1 parent 1a103c4 commit 65eb7e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ChangeLog
22
=========
33

4-
1.22 (2025-??-??)
4+
1.22 (2025-08-25)
55
-----------------
66

77
* A choice of different GCD implementations is available via ``quicktions.use_gcd_impl()``.

src/quicktions.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is an almost-drop-in replacement for the standard library's
2323

2424
__all__ = ['Fraction']
2525

26-
__version__ = '1.21'
26+
__version__ = '1.22'
2727

2828
cimport cython
2929
from cpython.unicode cimport Py_UNICODE_TODECIMAL

0 commit comments

Comments
 (0)