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 b3c9217 commit 6767dd5Copy full SHA for 6767dd5
CHANGES.rst
@@ -1,7 +1,7 @@
1
Lupa change log
2
===============
3
4
-2.2 (2024-??-??)
+2.2 (2024-06-02)
5
----------------
6
7
* A new method ``LuaRuntime.gccollect()`` was added to trigger the Lua garbage collector.
@@ -11,6 +11,10 @@ Lupa change log
11
12
* Freeing Python objects from a thread while running Lua code could run into a deadlock.
13
14
+* The bundled LuaJIT versions were updated to the latest git branches.
15
+
16
+* Built with Cython 3.0.10.
17
18
19
2.1 (2024-03-24)
20
setup.py
@@ -19,7 +19,7 @@
except ImportError:
from distutils.core import setup, Extension
21
22
-VERSION = '2.1'
+VERSION = '2.2'
23
24
extra_setup_args = {}
25
0 commit comments