From d9e9e2d0df3ddb0dfda5849435e665ed9545c809 Mon Sep 17 00:00:00 2001 From: mongkok Date: Wed, 17 Jan 2018 23:46:24 +0530 Subject: [PATCH] v0.0.2 --- CHANGES.rst | 7 +++++++ graphql_social_auth/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3eb2cc2..b5be048 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,13 @@ Changelog ========= +0.0.2 +----- + +Changes: + - SocialAuthMutation abstract class + + 0.0.1 ----- diff --git a/graphql_social_auth/__init__.py b/graphql_social_auth/__init__.py index 7ed7be8..4322897 100644 --- a/graphql_social_auth/__init__.py +++ b/graphql_social_auth/__init__.py @@ -3,4 +3,4 @@ __all__ = ['relay', 'SocialAuthMutation', 'SocialAuth', 'SocialAuthJWT'] -__version__ = '0.0.1' +__version__ = '0.0.2'