aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2015-05-05 12:00:38 +0100
committerSenthil Kumaran <senthil.kumaran@linaro.org>2015-05-06 06:47:18 +0000
commit1ed8a3aa6b72ff150cf2b0de4c10800b530423e5 (patch)
treedbe5739a9281447189d0aa750106c00b66b076ee
parent7af00df931013f02cd3ad13c4ed93c25253b7103 (diff)
Create a new major versionrelease-0.12
Change-Id: If77e379fe4452a27c628e51a915ea6f4a261390c Reviewed-on: https://review.linaro.org/5764 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Tyler Baker <tyler.baker@linaro.org> Reviewed-by: Senthil Kumaran <senthil.kumaran@linaro.org>
-rw-r--r--lava_tool/__init__.py2
-rwxr-xr-xsetup.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/lava_tool/__init__.py b/lava_tool/__init__.py
index fced2da..dfc00ae 100644
--- a/lava_tool/__init__.py
+++ b/lava_tool/__init__.py
@@ -19,4 +19,4 @@
def version():
- return "0.11.3"
+ return "0.12"
diff --git a/setup.py b/setup.py
index 72737b3..e0d24e1 100755
--- a/setup.py
+++ b/setup.py
@@ -36,12 +36,11 @@ setup(
license="LGPLv3",
entry_points=entry_points,
classifiers=[
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
("License :: OSI Approved :: GNU Library or Lesser General Public"
" License (LGPL)"),
"Operating System :: OS Independent",
- "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: Testing",
],