0.14.0 release
This commit is contained in:
parent
d173a0b717
commit
cd483f5c91
@ -95,7 +95,7 @@ Lua and LuaJIT have some flags that add compatibility with other Lua versions. L
|
|||||||
Installing standard PUC-Rio Lua
|
Installing standard PUC-Rio Lua
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.3.
|
Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.4.
|
||||||
|
|
||||||
Use ``5.1.0`` to install Lua ``5.1`` which was released without patch version for some reason.
|
Use ``5.1.0`` to install Lua ``5.1`` which was released without patch version for some reason.
|
||||||
|
|
||||||
|
|||||||
@ -32,7 +32,7 @@ if os.name == "nt":
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
import winreg
|
import winreg
|
||||||
|
|
||||||
hererocks_version = "Hererocks 0.13.1"
|
hererocks_version = "Hererocks 0.14.0"
|
||||||
__all__ = ["main"]
|
__all__ = ["main"]
|
||||||
|
|
||||||
opts = None
|
opts = None
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ readme.close()
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="hererocks",
|
name="hererocks",
|
||||||
version="0.13.1",
|
version="0.14.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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user