0.9.0 release
Also change development status from 'Alpha' to 'Beta' because the thing has been working more a less for quite some time.
This commit is contained in:
parent
1ec06f2499
commit
c7c37cfc4a
@ -87,9 +87,9 @@ Available versions: 2.0.0 - 2.0.4, 2.1.0-beta1 - 2.1.0-beta2.
|
|||||||
Installing LuaRocks
|
Installing LuaRocks
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
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).
|
Available versions: 2.0.8 - 2.0.13, 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 support Lua 5.2. Versions 2.1.0 - 2.1.2 do not support Lua 5.3.
|
Version 2.0.8 does not support Lua 5.2. Versions 2.0.8 - 2.1.2 do not support Lua 5.3.
|
||||||
|
|
||||||
Using hererocks to set up automated testing
|
Using hererocks to set up automated testing
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|||||||
@ -30,7 +30,7 @@ if os.name == "nt":
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
import winreg
|
import winreg
|
||||||
|
|
||||||
hererocks_version = "Hererocks 0.8.1"
|
hererocks_version = "Hererocks 0.9.0"
|
||||||
__all__ = ["main"]
|
__all__ = ["main"]
|
||||||
|
|
||||||
opts = None
|
opts = None
|
||||||
|
|||||||
4
setup.py
4
setup.py
@ -9,7 +9,7 @@ readme.close()
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="hererocks",
|
name="hererocks",
|
||||||
version="0.8.1",
|
version="0.9.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",
|
||||||
@ -18,7 +18,7 @@ setuptools.setup(
|
|||||||
author_email="mpeterval@gmail.com",
|
author_email="mpeterval@gmail.com",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 4 - Beta",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 2.7",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user