Skip to content

Commit 6840fa3

Browse files
committed
0.13.0 release
1 parent 5f83340 commit 6840fa3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Available versions: 2.0.0 - 2.0.4, 2.1.0-beta1 - 2.1.0-beta2.
109109
Installing LuaRocks
110110
^^^^^^^^^^^^^^^^^^^
111111

112-
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).
112+
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).
113113

114114
Version 2.0.8 does not support Lua 5.2. Versions 2.0.8 - 2.1.2 do not support Lua 5.3.
115115

hererocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
except ImportError:
3232
import winreg
3333

34-
hererocks_version = "Hererocks 0.12.0"
34+
hererocks_version = "Hererocks 0.13.0"
3535
__all__ = ["main"]
3636

3737
opts = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="hererocks",
12-
version="0.12.0",
12+
version="0.13.0",
1313
description="Tool for installing Lua and LuaRocks locally",
1414
long_description=long_description,
1515
keywords="lua",

0 commit comments

Comments
 (0)