Skip to content

Commit d2bb781

Browse files
committed
Prepare release of 1.14.
1 parent 767fb0f commit d2bb781

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ChangeLog
22
=========
33

4-
1.14 (2023-??-??)
4+
1.14 (2023-03-19)
55
-----------------
66

77
* Implement ``__format__`` for ``Fraction``, following
@@ -17,6 +17,8 @@ ChangeLog
1717
numerator/denominator pair is already normalised, following
1818
https://github.com/python/cpython/pull/101780
1919

20+
* Built using Cython 3.0.0b1.
21+
2022

2123
1.13 (2022-01-11)
2224
-----------------

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.13'
28+
__version__ = '1.14'
2929

3030
cimport cython
3131
from cpython.unicode cimport Py_UNICODE_TODECIMAL

0 commit comments

Comments
 (0)