Skip to content

Commit ff63e18

Browse files
committed
Pre-flight OPTIONS only set on POST #63
**Release 0.0.25** - 2019-12-10 - Replaced the the `entity_type` kwarg to `table_name` in the public method `register_entity` [Issue #111](#111) - Renamed the `update_entity` public method to be called `update_token` [Issue #114](#114) - Renamed the `register_entity` public method to be called `create_token` [Issue #113](#113) - Add Models to JWTRoutes class & init_app method [Issue #119](#119)
1 parent 7bc7e32 commit ff63e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.24',
8+
version='0.0.25',
99
description='Flask JWT Router is a Python library that adds authorised routes to a Flask app',
1010
packages=["flask_jwt_router"],
1111
classifiers=[

0 commit comments

Comments
 (0)