diff --git a/CHANGES.rst b/CHANGES.rst index 49a79691..e29b25fb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Lupa change log =============== +1.11 (2022-02-23) +----------------- + +* Use Lua 5.4.3 in binary wheels and as bundled Lua. + +* Built with Cython 0.29.28 to support Python 3.10/11. + + 1.10 (2021-09-02) ----------------- diff --git a/setup.py b/setup.py index e7c7e65a..db332ac9 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ except ImportError: from distutils.core import setup, Extension -VERSION = '1.10' +VERSION = '1.11' extra_setup_args = {}