We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba4942 commit 42f3a40Copy full SHA for 42f3a40
docs/conf.py
@@ -65,9 +65,9 @@
65
# built documents.
66
#
67
# The short X.Y version.
68
-version = u'3.3.1'
+version = u'3.3.2'
69
# The full version, including alpha/beta/rc tags.
70
-release = u'3.3.1'
+release = u'3.3.2'
71
72
# The language for content autogenerated by Sphinx. Refer to documentation
73
# for a list of supported languages.
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup
7
8
setup(name='Flask-JWT-Extended',
9
- version='3.3.1',
+ version='3.3.2',
10
url='https://github.com/vimalloc/flask-jwt-extended',
11
license='MIT',
12
author='Landon Gilbert-Bland',
0 commit comments