From 104fa81639a6843623581b7890de3179a8295559 Mon Sep 17 00:00:00 2001 From: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com> Date: Thu, 28 Oct 2021 14:57:24 +0530 Subject: [PATCH] chore: GA release for django spanner library (#731) * chor: GA release for django spanner library * docs: add GA pypi and python version images in readme file * chor: bump version number as GA release has major updates --- README.rst | 8 ++++++++ setup.py | 2 +- version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 78fc05fc41..2fa6790064 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ Cloud Spanner support for Django ================================ +|GA| |pypi| |versions| + `Cloud Spanner`_ is the world's first fully managed relational database service to offer both strong consistency and horizontal scalability for mission-critical online transaction processing (OLTP) applications. With Cloud @@ -13,6 +15,12 @@ workloads. - `Client Library Documentation`_ - `Product Documentation`_ +.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability +.. |pypi| image:: https://img.shields.io/pypi/v/django-google-spanner.svg + :target: https://pypi.org/project/django-google-spanner/ +.. |versions| image:: https://img.shields.io/pypi/pyversions/django-google-spanner.svg + :target: https://pypi.org/project/django-google-spanner/ .. _Cloud Spanner: https://cloud.google.com/spanner/ .. _Client Library Documentation: https://googleapis.dev/python/django-google-spanner/latest/index.html .. _Product Documentation: https://cloud.google.com/spanner/docs diff --git a/setup.py b/setup.py index c089f4e71a..3d646de215 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' # 'Development Status :: 5 - Production/Stable' -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" dependencies = ["sqlparse >= 0.3.0", "google-cloud-spanner >= 3.11.1"] extras = { "tracing": [ diff --git a/version.py b/version.py index 32ec82411a..04eaed8d70 100644 --- a/version.py +++ b/version.py @@ -4,4 +4,4 @@ # license that can be found in the LICENSE file or at # https://developers.google.com/open-source/licenses/bsd -__version__ = "2.2.1b4" +__version__ = "3.0.0"