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 cf7f982 commit 4877e1cCopy full SHA for 4877e1c
CHANGES.rst
@@ -1,8 +1,8 @@
1
Lupa change log
2
===============
3
4
-1.14 (2022-11-09)
5
------------------
+1.14.1 (2022-11-16)
+-------------------
6
7
* Rebuild with Cython 0.29.32 to support Python 3.11.
8
setup.py
@@ -14,7 +14,7 @@
14
except ImportError:
15
from distutils.core import setup, Extension
16
17
-VERSION = '1.14'
+VERSION = '1.14.1'
18
19
extra_setup_args = {}
20
0 commit comments