From 154004a7abe694fb99b707fd42cc7806edffcf7a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 1 Mar 2022 11:16:16 +0100 Subject: [PATCH] Prepare release of 1.13. --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 49ab7952..db9c387d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Lupa change log =============== +1.13 (2022-03-01) +----------------- + +* Bundled Lua source files were missing in the source distribution. + + 1.12 (2022-02-24) ----------------- diff --git a/setup.py b/setup.py index cc3046a5..37f01ba6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ except ImportError: from distutils.core import setup, Extension -VERSION = '1.12' +VERSION = '1.13' extra_setup_args = {}