Skip to content

Commit 686cc52

Browse files
committed
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
1 parent 42f3a40 commit 686cc52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.2'
68+
version = u'3.3.3'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'3.3.2'
70+
release = u'3.3.3'
7171

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

setup.py

Lines changed: 1 addition & 1 deletion
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.2',
9+
version='3.3.3',
1010
url='https://github.com/vimalloc/flask-jwt-extended',
1111
license='MIT',
1212
author='Landon Gilbert-Bland',

0 commit comments

Comments
 (0)