From 686cc52ca49bd2296d46e3e9ea324eb79ac49a28 Mon Sep 17 00:00:00 2001 From: Landon GB Date: Mon, 23 Oct 2017 15:06:58 -0600 Subject: [PATCH] Bump to 3.3.3 Previous test of 3.3.2 (for adding license file) caused it to not allow 3.3.2 to be reused, even though that release was nuked. Just incrementing the version number once more --- 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 e9c3c13e..5bd19085 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'3.3.2' +version = u'3.3.3' # The full version, including alpha/beta/rc tags. -release = u'3.3.2' +release = u'3.3.3' # 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 2727c9ad..f61b119e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='Flask-JWT-Extended', - version='3.3.2', + version='3.3.3', url='https://github.com/vimalloc/flask-jwt-extended', license='MIT', author='Landon Gilbert-Bland',