Skip to content

Commit

Permalink
v10 GA Launch (1.0.0) (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
CLBray authored Aug 21, 2023
1 parent 771f7f6 commit bc834ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
20 changes: 5 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
A Python driver for `Fauna <https://fauna.com>`_.
=================================================

.. 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 [email protected] to learn about our special Early Access program
for FQL v10.


The Official Python Driver for `Fauna <https://fauna.com>`_.
============================================================

.. 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 <https://fqlx-beta--fauna-docs.netlify.app/fqlx/beta/>`_
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 <https://pypi.org/project/faunadb/>`_ package.

See the `Fauna Documentation <https://docs.fauna.com/fauna/current/>`_
for additional information how to configure and query your databases.


Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion fauna/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "Fauna"
__version__ = "0.8.1"
__version__ = "1.0.0"
__api_version__ = "10"
__author__ = "Fauna, Inc"
__license__ = "MPL 2.0"
Expand Down

0 comments on commit bc834ea

Please sign in to comment.