From b6183b8b8c22b8ca3b523876c035ae3e36619383 Mon Sep 17 00:00:00 2001 From: Landon GB Date: Fri, 9 Feb 2018 23:43:25 -0700 Subject: [PATCH] Bump to 3.7.0 --- 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 808be3c2..620f1a68 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'3.6.0' +version = u'3.7.0' # The full version, including alpha/beta/rc tags. -release = u'3.6.0' +release = u'3.7.0' # 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 2dfc67d8..eb4dea87 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='Flask-JWT-Extended', - version='3.6.0', + version='3.7.0', url='https://github.com/vimalloc/flask-jwt-extended', license='MIT', author='Landon Gilbert-Bland',