diff --git a/CHANGES.rst b/CHANGES.rst index d03acf13..36af5ed9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Lupa change log =============== -1.14 (2022-11-09) ------------------ +1.14.1 (2022-11-16) +------------------- * Rebuild with Cython 0.29.32 to support Python 3.11. diff --git a/setup.py b/setup.py index ef4fec6d..c07e36fc 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ except ImportError: from distutils.core import setup, Extension -VERSION = '1.14' +VERSION = '1.14.1' extra_setup_args = {}