Skip to content

Commit

Permalink
0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Sep 13, 2017
1 parent d18b005 commit 46d1e02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.2, 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.3, 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.

Expand Down
4 changes: 2 additions & 2 deletions hererocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
except ImportError:
import winreg

hererocks_version = "Hererocks 0.16.0"
hererocks_version = "Hererocks 0.17.0"
__all__ = ["main"]

opts = None
Expand Down Expand Up @@ -1501,7 +1501,7 @@ class LuaRocks(Program):
"2.4.0", "2.4.1", "2.4.2", "2.4.3",
]
translations = {
"2": "2.4.2",
"2": "2.4.3",
"2.0": "2.0.13",
"2.1": "2.1.2",
"2.2": "2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="hererocks",
version="0.16.0",
version="0.17.0",
description="Tool for installing Lua and LuaRocks locally",
long_description=long_description,
keywords="lua",
Expand Down

0 comments on commit 46d1e02

Please sign in to comment.