From 119224e62c164748d686f7488c234a33a53a2b41 Mon Sep 17 00:00:00 2001 From: Landon GB Date: Wed, 6 Sep 2017 09:53:02 -0600 Subject: [PATCH] Bump to 3.3.1 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e3611236..71c9aa19 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'3.3.0' +version = u'3.3.1' # The full version, including alpha/beta/rc tags. -release = u'3.3.0' +release = u'3.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 112427f7..71087ee4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='Flask-JWT-Extended', - version='3.3.0', + version='3.3.1', url='https://github.com/vimalloc/flask-jwt-extended', license='MIT', author='Landon Gilbert-Bland',