We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e182b commit 4570127Copy full SHA for 4570127
CHANGES.rst
@@ -1,6 +1,15 @@
1
Lupa change log
2
===============
3
4
+2.4 (2025-01-10)
5
+----------------
6
+
7
+* The windows wheels now bundle LuaJIT 2.0 and 2.1.
8
+ (patch by Michal Plichta)
9
10
+* Failures in the test suite didn't set a non-zero process exit value.
11
12
13
2.3 (2025-01-09)
14
----------------
15
setup.py
@@ -19,7 +19,7 @@
19
except ImportError:
20
from distutils.core import setup, Extension
21
22
-VERSION = '2.3'
+VERSION = '2.4'
23
24
extra_setup_args = {}
25
0 commit comments