Skip to content

Commit 6facebe

Browse files
committed
Prepare release of Lupa 2.5.
1 parent 9796a3b commit 6facebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Lupa change log
22
===============
33

4-
2.5 (2025-??-??)
4+
2.5 (2025-06-15)
55
----------------
66

77
* GH#284: Lua uses ``dlopen()`` again, which was lost in Lupa 2.3.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
except ImportError:
1818
from distutils.core import setup, Extension
1919

20-
VERSION = '2.4'
20+
VERSION = '2.5'
2121

2222
extra_setup_args = {}
2323

0 commit comments

Comments
 (0)