Skip to content

Commit

Permalink
Prepare release of 1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 19, 2023
1 parent 767fb0f commit d2bb781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ChangeLog
=========

1.14 (2023-??-??)
1.14 (2023-03-19)
-----------------

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

* Built using Cython 3.0.0b1.


1.13 (2022-01-11)
-----------------
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.13'
__version__ = '1.14'

cimport cython
from cpython.unicode cimport Py_UNICODE_TODECIMAL
Expand Down

0 comments on commit d2bb781

Please sign in to comment.