We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9202f commit ab35eccCopy full SHA for ab35ecc
CHANGES.rst
@@ -1,6 +1,12 @@
1
Lupa change log
2
===============
3
4
+1.14 (2022-11-09)
5
+-----------------
6
+
7
+* Rebuild with Cython 0.29.32 to support Python 3.11.
8
9
10
1.13 (2022-03-01)
11
-----------------
12
setup.py
@@ -14,7 +14,7 @@
14
except ImportError:
15
from distutils.core import setup, Extension
16
17
-VERSION = '1.13'
+VERSION = '1.14'
18
19
extra_setup_args = {}
20
0 commit comments