Skip to content

Commit 6767dd5

Browse files
committed
Prepare relese of lupa 2.2.
1 parent b3c9217 commit 6767dd5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.rst

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

4-
2.2 (2024-??-??)
4+
2.2 (2024-06-02)
55
----------------
66

77
* A new method ``LuaRuntime.gccollect()`` was added to trigger the Lua garbage collector.
@@ -11,6 +11,10 @@ Lupa change log
1111

1212
* Freeing Python objects from a thread while running Lua code could run into a deadlock.
1313

14+
* The bundled LuaJIT versions were updated to the latest git branches.
15+
16+
* Built with Cython 3.0.10.
17+
1418

1519
2.1 (2024-03-24)
1620
----------------

setup.py

Lines changed: 1 addition & 1 deletion
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.1'
22+
VERSION = '2.2'
2323

2424
extra_setup_args = {}
2525

0 commit comments

Comments
 (0)