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 9796a3b commit 6facebeCopy full SHA for 6facebe
CHANGES.rst
@@ -1,7 +1,7 @@
1
Lupa change log
2
===============
3
4
-2.5 (2025-??-??)
+2.5 (2025-06-15)
5
----------------
6
7
* GH#284: Lua uses ``dlopen()`` again, which was lost in Lupa 2.3.
setup.py
@@ -17,7 +17,7 @@
17
except ImportError:
18
from distutils.core import setup, Extension
19
20
-VERSION = '2.4'
+VERSION = '2.5'
21
22
extra_setup_args = {}
23
0 commit comments