Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit c270841

Browse files
author
Matt Wright
committed
Bump version number to 0.3.2
1 parent 4f9bebe commit c270841

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# built documents.
4747
#
4848
# The short X.Y version.
49-
version = '0.3.1'
49+
version = '0.3.2'
5050
# The full version, including alpha/beta/rc tags.
5151
release = version
5252

flask_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from flask import current_app, request, jsonify, _request_ctx_stack
1919
from werkzeug.local import LocalProxy
2020

21-
__version__ = '0.3.1'
21+
__version__ = '0.3.2'
2222

2323
logger = logging.getLogger(__name__)
2424

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_tests(self):
5454

5555
setup(
5656
name='Flask-JWT',
57-
version='0.3.1',
57+
version='0.3.2',
5858
url='https://github.com/mattupstate/flask-jwt',
5959
license='MIT',
6060
author='Matt Wright',

0 commit comments

Comments
 (0)