We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a103c4 commit 65eb7e6Copy full SHA for 65eb7e6
CHANGES.rst
@@ -1,7 +1,7 @@
1
ChangeLog
2
=========
3
4
-1.22 (2025-??-??)
+1.22 (2025-08-25)
5
-----------------
6
7
* A choice of different GCD implementations is available via ``quicktions.use_gcd_impl()``.
src/quicktions.pyx
@@ -23,7 +23,7 @@ This is an almost-drop-in replacement for the standard library's
23
24
__all__ = ['Fraction']
25
26
-__version__ = '1.21'
+__version__ = '1.22'
27
28
cimport cython
29
from cpython.unicode cimport Py_UNICODE_TODECIMAL
0 commit comments