Skip to content

Commit

Permalink
Prepare release of 1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 3, 2024
1 parent 987e4a9 commit 3e440e3
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,11 +1,13 @@
ChangeLog
=========

1.18 (2024-??-??)
1.18 (2024-04-03)
-----------------

* New binary wheels were added built with gcc 12 (manylinux_2_28).

* x86_64 wheels now require SSE4.2.

* Built using Cython 3.0.10.


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.17'
__version__ = '1.18'

cimport cython
from cpython.unicode cimport Py_UNICODE_TODECIMAL
Expand Down

0 comments on commit 3e440e3

Please sign in to comment.