diff --git a/MyJWT/variables.py b/MyJWT/variables.py index 672bc33..63da3b7 100644 --- a/MyJWT/variables.py +++ b/MyJWT/variables.py @@ -1,7 +1,7 @@ """ All Environment variables """ -VERSION = "1.1.1" +VERSION = "1.1.2" 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 f11bc7f..2a42695 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.1' +release = '1.1.2' # -- General configuration ---------------------------------------------------