From cd483f5c912204f82eaf0736fca8ed616956c44c Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Tue, 31 Jan 2017 14:24:53 +0300 Subject: [PATCH] 0.14.0 release --- README.rst | 2 +- hererocks.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 72d09b8..01108b0 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,7 @@ Lua and LuaJIT have some flags that add compatibility with other Lua versions. L Installing standard PUC-Rio Lua ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.3. +Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.4. Use ``5.1.0`` to install Lua ``5.1`` which was released without patch version for some reason. diff --git a/hererocks.py b/hererocks.py index 81d1550..efc1ca0 100755 --- a/hererocks.py +++ b/hererocks.py @@ -32,7 +32,7 @@ except ImportError: import winreg -hererocks_version = "Hererocks 0.13.1" +hererocks_version = "Hererocks 0.14.0" __all__ = ["main"] opts = None diff --git a/setup.py b/setup.py index 57c8e0d..e394486 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="hererocks", - version="0.13.1", + version="0.14.0", description="Tool for installing Lua and LuaRocks locally", long_description=long_description, keywords="lua",