Skip to content

Commit 3a64362

Browse files
committed
Prepare release of 1.17.
1 parent c1eef13 commit 3a64362

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
ChangeLog
22
=========
33

4+
1.17 (2024-03-24)
5+
-----------------
6+
7+
* Math operations were sped up by inlined binary GCD calculation.
8+
9+
410
1.16 (2024-01-10)
511
-----------------
612

src/quicktions.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from __future__ import division, absolute_import, print_function
2525

2626
__all__ = ['Fraction']
2727

28-
__version__ = '1.16'
28+
__version__ = '1.17'
2929

3030
cimport cython
3131
from cpython.unicode cimport Py_UNICODE_TODECIMAL

0 commit comments

Comments
 (0)