diff --git a/CHANGES.rst b/CHANGES.rst index c94c76a3..49ab7952 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Lupa change log =============== +1.12 (2022-02-24) +----------------- + +* GH#197: Some binary wheels in the last releases were not correctly linked with Lua. + +* GH#194: An absolute file path appeared in the ``SOURCES.txt`` metadata + of the source distribution. + + 1.11 (2022-02-23) ----------------- diff --git a/setup.py b/setup.py index c58b258a..cc3046a5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ except ImportError: from distutils.core import setup, Extension -VERSION = '1.11' +VERSION = '1.12' extra_setup_args = {}