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 1b87939 commit 9f578deCopy full SHA for 9f578de
CHANGES.rst
@@ -1,7 +1,7 @@
1
ChangeLog
2
=========
3
4
-1.20 (2025-??-??)
+1.20 (2025-06-13)
5
-----------------
6
7
* ``quicktions`` is compatible with freethreading Python (3.13+).
@@ -16,6 +16,8 @@ ChangeLog
16
* Call ``__rpow__`` in ternary ``pow()`` if necessary, following
17
https://github.com/python/cpython/pull/130251
18
19
+* Built using Cython 3.1.2.
20
+
21
22
1.19 (2024-11-29)
23
src/quicktions.pyx
@@ -23,7 +23,7 @@ This is an almost-drop-in replacement for the standard library's
24
__all__ = ['Fraction']
25
26
-__version__ = '1.19'
+__version__ = '1.20'
27
28
cimport cython
29
from cpython.unicode cimport Py_UNICODE_TODECIMAL
0 commit comments