From e5964e695f7b6889c274ed9ea0e056bf8b290079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Lars=C3=A9n?= Date: Tue, 26 Nov 2019 14:18:44 +0100 Subject: [PATCH] [docs] Revert the status of the plugin from beta to alpha [skip ci] --- README.md | 7 ++++--- setup.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54776f2..a8742c9 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,10 @@ which hopefully proves useful in clarifying how `repobee-junit4` is supposed to be used. ## Roadmap -This plugin is in the beta testing phase. It is feature-complete, but the CLI -is not yet final and may change. This is partly due to the fact that the -RepoBee plugin system itself is still in beta, and may also change. +This plugin is in the alpha testing phase. All features currently in the plugin +will remain, but the CLI is not yet final and may change. This is partly due to +the fact that the RepoBee plugin system itself is still in alpha, and may also +change. Versioning for the CLI adheres to [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html). The internals diff --git a/setup.py b/setup.py index a2376c1..098f339 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ include_package_data=True, zip_safe=False, classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 3 - Alpha", "Intended Audience :: Education", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6",