We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f734954 commit 61b9ca7Copy full SHA for 61b9ca7
CHANGES.rst
@@ -1,7 +1,7 @@
1
ChangeLog
2
=========
3
4
-1.23 (2025-??-??)
+1.23 (2026-04-07)
5
-----------------
6
7
* Thousands separator in formatting was handled differently than for floats etc.
@@ -10,6 +10,8 @@ ChangeLog
10
* Support thousands separators for formatting fractional part of Fraction.
11
https://github.com/python/cpython/pull/132204
12
13
+* Built using Cython 3.2.4.
14
+
15
16
1.22 (2025-08-25)
17
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.22'
+__version__ = '1.23'
27
28
cimport cython
29
from cpython.unicode cimport Py_UNICODE_TODECIMAL
0 commit comments