From 07cc7f17dbbb284dbca2f118b2083e48776b2d6f Mon Sep 17 00:00:00 2001 From: mpeterv Date: Mon, 11 Jan 2016 19:50:45 +0300 Subject: [PATCH] 0.5.0 release --- README.rst | 4 ++-- hererocks.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7c14ff1..341db5b 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Installation Using `pip `_: run ``pip install hererocks``, using ``sudo`` if necessary. -Manually: download hererocks with ``wget https://raw.githubusercontent.com/mpeterv/hererocks/0.4.0/hererocks.py``, then use ``python hererocks.py ...`` to run it. +Manually: download hererocks with ``wget https://raw.githubusercontent.com/mpeterv/hererocks/0.5.0/hererocks.py``, then use ``python hererocks.py ...`` to run it. Usage ----- @@ -56,7 +56,7 @@ Available versions: 2.0.0 - 2.0.4, 2.1 (installs from ``v2.1`` branch of the Lua Installing LuaRocks ^^^^^^^^^^^^^^^^^^^ -Available versions: 2.0.8 - 2.0.12, 2.1.0 - 2.1.2, 2.2.0 - 2.2.2, 3 (installs from ``luarocks-3`` branch of the LuaRocks git repository). +Available versions: 2.0.8 - 2.0.12, 2.1.0 - 2.1.2, 2.2.0 - 2.2.2, 2.3.0, 3 (installs from ``luarocks-3`` branch of the LuaRocks git repository). Version 2.0.8 does not suppoer Lua 5.2. Versions 2.1.0 - 2.1.2 do not support Lua 5.3. diff --git a/hererocks.py b/hererocks.py index c3bee95..3d04172 100755 --- a/hererocks.py +++ b/hererocks.py @@ -20,7 +20,7 @@ except ImportError: from urllib.request import urlretrieve -hererocks_version = "Hererocks 0.4.0" +hererocks_version = "Hererocks 0.5.0" __all__ = ["main"] opts = None diff --git a/setup.py b/setup.py index 51dac06..096e46b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="hererocks", - version="0.4.0", + version="0.5.0", description="Tool for installing Lua and LuaRocks locally", long_description=long_description, keywords="lua",