diff --git a/CHANGES.rst b/CHANGES.rst index 1a5fb41..14ecf03 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.1.4 +----- + +* Updated locales + 0.1.3 ----- diff --git a/graphql_social_auth/__init__.py b/graphql_social_auth/__init__.py index 1708007..8b10c28 100644 --- a/graphql_social_auth/__init__.py +++ b/graphql_social_auth/__init__.py @@ -3,4 +3,4 @@ __all__ = ['relay', 'SocialAuthMutation', 'SocialAuth', 'SocialAuthJWT'] -__version__ = '0.1.3' +__version__ = '0.1.4'