From a77dfbdd573a2078b6c7be58e5c84d39da19c68a Mon Sep 17 00:00:00 2001 From: Curtis Bray Date: Mon, 14 Aug 2023 18:38:10 -0700 Subject: [PATCH 1/3] Update README for v10 GA launch --- README.rst | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 5f5bdd9b..83dda97b 100644 --- a/README.rst +++ b/README.rst @@ -1,28 +1,18 @@ -A Python driver for `Fauna `_. +The Official Python Driver for `Fauna `_. ================================================= -.. warning:: - This driver is in beta release and not recommended for production use. - It operates with the Fauna database service via an API which is also in - beta release and is not recommended for production use. This driver is - not compatible with v4 or earlier versions of Fauna. Please feel free to - contact product@fauna.com to learn about our special Early Access program - for FQL v10. - - - .. image:: https://img.shields.io/pypi/v/fauna.svg?maxAge=21600 :target: https://pypi.python.org/pypi/fauna .. image:: https://img.shields.io/badge/license-MPL_2.0-blue.svg?maxAge=2592000 :target: https://raw.githubusercontent.com/fauna/fauna-python/main/LICENSE -See the `Fauna Documentation `_ -for additional information how to configure and query your databases. - This driver can only be used with FQL v10, and is not compatible with earlier versions of FQL. To query your databases with earlier API versions, see the `faunadb `_ package. +See the `Fauna Documentation `_ +for additional information how to configure and query your databases. + Installation ------------ From e3ab055b4362881dc11ebcbed5bd64238b5134b8 Mon Sep 17 00:00:00 2001 From: Curtis Bray Date: Mon, 14 Aug 2023 18:38:38 -0700 Subject: [PATCH 2/3] Bump version to 1.0.0 for v10 GA launch --- fauna/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fauna/__init__.py b/fauna/__init__.py index 358765f8..3b28454c 100644 --- a/fauna/__init__.py +++ b/fauna/__init__.py @@ -1,5 +1,5 @@ __title__ = "Fauna" -__version__ = "0.8.1" +__version__ = "1.0.0" __api_version__ = "10" __author__ = "Fauna, Inc" __license__ = "MPL 2.0" From 1b2bd076594b92e8f95fb35c9f96b61347a97bf1 Mon Sep 17 00:00:00 2001 From: Curtis Bray Date: Mon, 14 Aug 2023 18:42:30 -0700 Subject: [PATCH 3/3] Fix README formatting --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 83dda97b..d48d7e2b 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ The Official Python Driver for `Fauna `_. -================================================= +============================================================ .. image:: https://img.shields.io/pypi/v/fauna.svg?maxAge=21600 :target: https://pypi.python.org/pypi/fauna