Skip to content

Commit 9ae412d

Browse files
committed
Prepare release of 1.21.
1 parent b54c504 commit 9ae412d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ChangeLog
88
as final denominator when parsing "x/y" where x or y are close to ``sys.maxsize``,
99
thus returning a ``Fraction("x/xy")``.
1010

11+
* MSVC and clang now also benefit from fast "count trailing zeroes" intrinsics.
12+
1113

1214
1.20 (2025-06-13)
1315
-----------------

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.20'
26+
__version__ = '1.21'
2727

2828
cimport cython
2929
from cpython.unicode cimport Py_UNICODE_TODECIMAL

0 commit comments

Comments
 (0)