Skip to content

Commit 42f3a40

Browse files
committed
Bump to 3.3.2
1 parent 8ba4942 commit 42f3a40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = u'3.3.1'
68+
version = u'3.3.2'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'3.3.1'
70+
release = u'3.3.2'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77

88
setup(name='Flask-JWT-Extended',
9-
version='3.3.1',
9+
version='3.3.2',
1010
url='https://github.com/vimalloc/flask-jwt-extended',
1111
license='MIT',
1212
author='Landon Gilbert-Bland',

0 commit comments

Comments
 (0)