From 45701274205e63579ad168b347767ac6192c4f95 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 10 Jan 2025 20:53:13 +0100 Subject: [PATCH] Prepare release of 2.4. --- CHANGES.rst | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 17938c39..8fac0105 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Lupa change log =============== +2.4 (2025-01-10) +---------------- + +* The windows wheels now bundle LuaJIT 2.0 and 2.1. + (patch by Michal Plichta) + +* Failures in the test suite didn't set a non-zero process exit value. + + 2.3 (2025-01-09) ---------------- diff --git a/setup.py b/setup.py index 5b94adb5..c62ce034 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ except ImportError: from distutils.core import setup, Extension -VERSION = '2.3' +VERSION = '2.4' extra_setup_args = {}