Skip to content

Commit

Permalink
Bump to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Jan 12, 2018
1 parent a13b1e0 commit 8da4de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.5.0'
version = u'3.5.1'
# The full version, including alpha/beta/rc tags.
release = u'3.5.0'
release = u'3.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup

setup(name='Flask-JWT-Extended',
version='3.5.0',
version='3.5.1',
url='https://github.com/vimalloc/flask-jwt-extended',
license='MIT',
author='Landon Gilbert-Bland',
Expand Down

0 comments on commit 8da4de8

Please sign in to comment.