From 4877e1c0bf573f2fc5906333560cec3d3f387468 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 16 Nov 2022 08:29:50 +0100 Subject: [PATCH] Prepare release of 1.14.1. --- CHANGES.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = {}