Skip to content

Commit 3e440e3

Browse files
committed
Prepare release of 1.18.
1 parent 987e4a9 commit 3e440e3

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,11 +1,13 @@
11
ChangeLog
22
=========
33

4-
1.18 (2024-??-??)
4+
1.18 (2024-04-03)
55
-----------------
66

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

9+
* x86_64 wheels now require SSE4.2.
10+
911
* Built using Cython 3.0.10.
1012

1113

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

3030
cimport cython
3131
from cpython.unicode cimport Py_UNICODE_TODECIMAL

0 commit comments

Comments
 (0)