Skip to content

Commit 4570127

Browse files
committed
Prepare release of 2.4.
1 parent a5e182b commit 4570127

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Lupa change log
22
===============
33

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+
413
2.3 (2025-01-09)
514
----------------
615

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
except ImportError:
2020
from distutils.core import setup, Extension
2121

22-
VERSION = '2.3'
22+
VERSION = '2.4'
2323

2424
extra_setup_args = {}
2525

0 commit comments

Comments
 (0)