Skip to content

Commit

Permalink
Prepare relese of lupa 2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jun 2, 2024
1 parent b3c9217 commit 6767dd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Lupa change log
===============

2.2 (2024-??-??)
2.2 (2024-06-02)
----------------

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

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

* The bundled LuaJIT versions were updated to the latest git branches.

* Built with Cython 3.0.10.


2.1 (2024-03-24)
----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
except ImportError:
from distutils.core import setup, Extension

VERSION = '2.1'
VERSION = '2.2'

extra_setup_args = {}

Expand Down

0 comments on commit 6767dd5

Please sign in to comment.