Skip to content

Commit 70c491b

Browse files
committed
Prepare release of 1.16.
1 parent 10c9793 commit 70c491b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
ChangeLog
22
=========
33

4+
1.16 (2024-01-10)
5+
-----------------
6+
7+
* Formatting support was improved, following CPython 3.13a3 as of
8+
https://github.com/python/cpython/pull/111320
9+
10+
* Add support for Python 3.13 by using Cython 3.0.8 and calling ``math.gcd()``.
11+
12+
413
1.15 (2023-08-27)
514
-----------------
615

src/quicktions.pyx

Lines changed: 1 addition & 1 deletion
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.15'
28+
__version__ = '1.16'
2929

3030
cimport cython
3131
from cpython.unicode cimport Py_UNICODE_TODECIMAL

0 commit comments

Comments
 (0)