From 3a5bb9767c357ea0d96af2e470c1ef06fa00d64f Mon Sep 17 00:00:00 2001 From: matthieu Bouamama Date: Wed, 9 Dec 2020 14:00:08 +0100 Subject: [PATCH] change version -> 1.2.0 --- MyJWT/variables.py | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MyJWT/variables.py b/MyJWT/variables.py index 440ffd3..e80303b 100644 --- a/MyJWT/variables.py +++ b/MyJWT/variables.py @@ -1,7 +1,7 @@ """ All Environment variables """ -VERSION = "1.1.3" +VERSION = "1.2.0" NOT_VALID_JWT = "Enter a valid JWT!!!" CHECK_DOCS = "Check Docs!!Your jwt have not a HS alg." diff --git a/docs/source/conf.py b/docs/source/conf.py index 81d1f8e..6be7712 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = "matthieu Bouamama" # The full version, including alpha/beta/rc tags -release = "1.1.3" +release = "1.2.0" # -- General configuration ---------------------------------------------------