0.13.0 release

This commit is contained in:
Peter Melnichenko 2016-12-22 13:33:59 +03:00
parent 5f83340455
commit 6840fa3eb9
3 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ Available versions: 2.0.0 - 2.0.4, 2.1.0-beta1 - 2.1.0-beta2.
Installing LuaRocks Installing LuaRocks
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^
Available versions: 2.0.8 - 2.0.13, 2.1.0 - 2.1.2, 2.2.0 - 2.2.2, 2.3.0, 2.4.0 - 2.4.1, 3 (installs from ``luarocks-3`` branch of the LuaRocks git repository). Available versions: 2.0.8 - 2.0.13, 2.1.0 - 2.1.2, 2.2.0 - 2.2.2, 2.3.0, 2.4.0 - 2.4.2, 3 (installs from ``luarocks-3`` branch of the LuaRocks git repository).
Version 2.0.8 does not support Lua 5.2. Versions 2.0.8 - 2.1.2 do not support Lua 5.3. Version 2.0.8 does not support Lua 5.2. Versions 2.0.8 - 2.1.2 do not support Lua 5.3.

View File

@ -31,7 +31,7 @@ if os.name == "nt":
except ImportError: except ImportError:
import winreg import winreg
hererocks_version = "Hererocks 0.12.0" hererocks_version = "Hererocks 0.13.0"
__all__ = ["main"] __all__ = ["main"]
opts = None opts = None

View File

@ -9,7 +9,7 @@ readme.close()
setuptools.setup( setuptools.setup(
name="hererocks", name="hererocks",
version="0.12.0", version="0.13.0",
description="Tool for installing Lua and LuaRocks locally", description="Tool for installing Lua and LuaRocks locally",
long_description=long_description, long_description=long_description,
keywords="lua", keywords="lua",