From 38c9f5e7d27bf21f976b824780215003919127ee Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Tue, 11 Oct 2022 15:05:40 -0500 Subject: [PATCH] set v1.0.0 --- README.rst | 4 ++-- oauth2_wordpress/__about__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index aadfce2..4de42d6 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Open edX OAuth2 Backend for Wordpress Overview -------- -A Python Social Auth backend for `WP OAuth `_ this is customized for use with Open edX. +An Open edX oauth2 backend for `Wordpress `_ `WP OAuth `_. - `Python Social Auth custom backend implentation `_ - `WP Oauth Wordpress Plugin Documentation `_ @@ -164,7 +164,7 @@ add a snippet of this form to openedx_devops/.github/workflows/build-openedx.yml with: repository: edx-oauth2-wordpress-backend repository-organization: lpm0073 - repository-ref: v1.0.2 + repository-ref: v1.0.0 Sample lms log output diff --git a/oauth2_wordpress/__about__.py b/oauth2_wordpress/__about__.py index 7863915..5becc17 100644 --- a/oauth2_wordpress/__about__.py +++ b/oauth2_wordpress/__about__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.0" diff --git a/pyproject.toml b/pyproject.toml index a8b0d2d..ebf1da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "edx-oauth2-wordpress-backend" -version = "1.0.2" +version = "1.0.0" authors = [ { name="Lawrence McDaniel", email="lpm0073@gmail.com" }, ]