From f4f67ac2ab11679afaf564e4b699ff12b41e5f11 Mon Sep 17 00:00:00 2001 From: saif Date: Fri, 20 Dec 2024 17:41:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 --- docs/index.md | 3 --- frappeapi/__init__.py | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index e15271a..7809a81 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Better APIs for Frappe! -⚠️ **Alert: Beta Version** -This project is currently in beta. Expect changes and improvements as we work towards a stable release. - ## Why? The goal is to build a better API framework for Frappe. diff --git a/docs/index.md b/docs/index.md index 3726518..987d48c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,9 +2,6 @@ Better APIs for Frappe! -⚠️ **Alert: Beta Version** -This project is currently in beta. Expect changes and improvements as we work towards a stable release. - ## Why? The goal is to build a better API framework for Frappe. diff --git a/frappeapi/__init__.py b/frappeapi/__init__.py index 1120b2d..1c9f934 100644 --- a/frappeapi/__init__.py +++ b/frappeapi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" from fastapi.datastructures import UploadFile # noqa: F401 from fastapi.params import (