Skip to content

Commit 784b057

Browse files
committed
Bump to 0.1.4
1 parent a1435a9 commit 784b057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
### Changed
4-
**Releases 0.0.29 to 0.1.3** -
4+
**Releases 0.0.29 to 0.1.4** -
55

66
- README.md references `user` but example table is `users`. [Issue #154](https://github.com/joegasewicz/flask-jwt-router/issues/154)
77
- Add OAuth 2.0 & compatibility with react-google-oauth2 npm pkg. [Issue #158](https://github.com/joegasewicz/flask-jwt-router/issues/158)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='flask-jwt-router',
8-
version='0.1.3',
8+
version='0.1.4',
99
description='Flask JWT Router is a Python library that adds authorised routes to a Flask app',
1010
packages=["flask_jwt_router", "flask_jwt_router.oauth2"],
1111
classifiers=[

0 commit comments

Comments
 (0)