Skip to content

Commit 9f578de

Browse files
committed
Prepare release of 1.20.
1 parent 1b87939 commit 9f578de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.rst

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

4-
1.20 (2025-??-??)
4+
1.20 (2025-06-13)
55
-----------------
66

77
* ``quicktions`` is compatible with freethreading Python (3.13+).
@@ -16,6 +16,8 @@ ChangeLog
1616
* Call ``__rpow__`` in ternary ``pow()`` if necessary, following
1717
https://github.com/python/cpython/pull/130251
1818

19+
* Built using Cython 3.1.2.
20+
1921

2022
1.19 (2024-11-29)
2123
-----------------

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.19'
26+
__version__ = '1.20'
2727

2828
cimport cython
2929
from cpython.unicode cimport Py_UNICODE_TODECIMAL

0 commit comments

Comments
 (0)