From 3f370377e7214c0800925eb5f5a493ed96b6da5a Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Tue, 13 Mar 2018 13:16:04 +0300 Subject: [PATCH] 0.18.0 release --- README.rst | 2 +- hererocks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 33b11f5..308c63e 100644 --- a/README.rst +++ b/README.rst @@ -109,7 +109,7 @@ Available versions: 2.0.0 - 2.0.5, 2.1.0-beta1 - 2.1.0-beta3. 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.3, 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.4, 3 (installs from ``master`` 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. diff --git a/hererocks.py b/hererocks.py index 3329a6d..addbbd3 100755 --- a/hererocks.py +++ b/hererocks.py @@ -35,7 +35,7 @@ if os.name == "nt": except ImportError: import winreg -hererocks_version = "Hererocks 0.17.0" +hererocks_version = "Hererocks 0.18.0" __all__ = ["main"] opts = None