From 8356d52c4f97fe7bae0edeb222f870c3d8365e50 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sat, 5 Dec 2020 18:09:01 -0500 Subject: [PATCH] =?UTF-8?q?Update=20project=20project=20status=20from=20al?= =?UTF-8?q?pha=20to=20beta=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 32c5ade..de0ba4d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A plugin for [Tox](https://tox.readthedocs.io/en/latest/) that allows test environment dependencies to be installed using [Poetry](https://python-poetry.org/) from its lockfile. -⚠️ **This project is alpha software and should not be used in production environments** ⚠️ +⚠️ **This project is beta software and is under active development** ⚠️ [![ci-status](https://github.com/enpaul/tox-poetry-installer/workflows/CI/badge.svg?event=push)](https://github.com/enpaul/tox-poetry-installer/actions) [![pypi-version](https://img.shields.io/pypi/v/tox-poetry-installer)](https://pypi.org/project/tox-poetry-installer/) @@ -531,10 +531,10 @@ releases on PyPI. ## Roadmap -This project is under active development and is classified as alpha software, not yet ready -for usage in production environments. +This project is under active development and is classified as beta software, ready for +production environments on a provisional basis only. -* Beta classification will be assigned when the initial feature set is finalized +* Beta classification was assigned with [v0.6.0](https://github.com/enpaul/tox-poetry-installer/releases/tag/0.6.0) * Stable classification will be assigned when the test suite covers an acceptable number of use cases diff --git a/pyproject.toml b/pyproject.toml index b4ad101..06a5188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ include = [ keywords = ["tox", "poetry", "plugin"] readme = "README.md" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Plugins", "Framework :: tox", "Intended Audience :: Developers",