Skip to content

Commit

Permalink
[docs] Revert the status of the plugin from beta to alpha
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
slarse committed Nov 26, 2019
1 parent a844164 commit e5964e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5964e6

Please sign in to comment.