From eb4c57952a8154a365c018dc48643bb8eacba682 Mon Sep 17 00:00:00 2001 From: mongkok Date: Sun, 25 Mar 2018 23:23:29 +0700 Subject: [PATCH] v0.0.3 --- CHANGES.rst | 13 +++++++------ graphql_extensions/__init__.py | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9dfcdc0..c455c98 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,17 +1,18 @@ Changelog ========= +0.0.3 +----- + +* Added user_passes_test decorator 0.0.2 ----- -Changes: - - Added permission_required decorator - - Removed NotAuthenticated exception - +* Added permission_required decorator +* Removed NotAuthenticated exception 0.0.1 ----- -Changes: - - xin chào! +* xin chào! diff --git a/graphql_extensions/__init__.py b/graphql_extensions/__init__.py index d18f409..ffcc925 100644 --- a/graphql_extensions/__init__.py +++ b/graphql_extensions/__init__.py @@ -1 +1 @@ -__version__ = '0.0.2' +__version__ = '0.0.3'