Skip to content

Commit

Permalink
Prepare release of 1.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 10, 2024
1 parent 10c9793 commit 70c491b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
ChangeLog
=========

1.16 (2024-01-10)
-----------------

* Formatting support was improved, following CPython 3.13a3 as of
https://github.com/python/cpython/pull/111320

* Add support for Python 3.13 by using Cython 3.0.8 and calling ``math.gcd()``.


1.15 (2023-08-27)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion src/quicktions.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from __future__ import division, absolute_import, print_function

__all__ = ['Fraction']

__version__ = '1.15'
__version__ = '1.16'

cimport cython
from cpython.unicode cimport Py_UNICODE_TODECIMAL
Expand Down

0 comments on commit 70c491b

Please sign in to comment.