From a199f14a793b7e49063612ba64d3df4e93633978 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 1 Aug 2021 00:09:49 +0300
Subject: [PATCH] Graduate to beta status.

I think it's OK now that the functionality is there, the usability is
there, it's well(-ish) tested.
---
 README.rst     | 2 --
 pyproject.toml | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 3164f8f..943f2ac 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,6 @@ My Nagios plugin wrapper
     :target: https://git.shore.co.il/shore/mnpw/-/commits/master
     :alt: pipeline status
 
-*This software is in early development and is not intended for use yet.*
-
 The goal of this project is running Nagios plugins without a monitoring system.
 It is intended for my personal use as the warning and critical alerts go to `my
 notification mechanism <https://git.shore.co.il/nimrod/nextcloud-notifier>`_.
diff --git a/pyproject.toml b/pyproject.toml
index d59747e..9cbf63b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
 homepage = "https://git.shore.co.il/shore/mnpw"
 repository = "https://git.shore.co.il/shore/mnpw"
 classifiers = [
-    "Development Status :: 3 - Alpha",
+    "Development Status :: 4 - Beta",
     "Environment :: Console",
     "Intended Audience :: Information Technology",
     "Intended Audience :: System Administrators",
-- 
GitLab