Skip to content

Commit

Permalink
Prepare release of 1.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 1, 2022
1 parent e0183de commit 154004a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
except ImportError:
from distutils.core import setup, Extension

VERSION = '1.12'
VERSION = '1.13'

extra_setup_args = {}

Expand Down

0 comments on commit 154004a

Please sign in to comment.