Skip to content

Commit 61b9ca7

Browse files
committed
Prepare release of 1.23.
1 parent f734954 commit 61b9ca7

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.23 (2025-??-??)
4+
1.23 (2026-04-07)
55
-----------------
66

77
* Thousands separator in formatting was handled differently than for floats etc.
@@ -10,6 +10,8 @@ ChangeLog
1010
* Support thousands separators for formatting fractional part of Fraction.
1111
https://github.com/python/cpython/pull/132204
1212

13+
* Built using Cython 3.2.4.
14+
1315

1416
1.22 (2025-08-25)
1517
-----------------

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.22'
26+
__version__ = '1.23'
2727

2828
cimport cython
2929
from cpython.unicode cimport Py_UNICODE_TODECIMAL

0 commit comments

Comments
 (0)