From 6d66b8fbc4a48156d7734c42b599be67a2e1797a Mon Sep 17 00:00:00 2001 From: Landon GB Date: Fri, 14 Apr 2017 23:36:11 -0600 Subject: [PATCH] Bump to 1.4.1 --- docs/options.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/options.rst b/docs/options.rst index 2cacdcf7..1d2811eb 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -60,7 +60,7 @@ These are only applicable if ``JWT_TOKEN_LOCATION`` is set to use cookies. ``JWT_COOKIE_SECURE`` If the secure flag should be set on your JWT cookies. This will only allow the cookies to be sent over https. Defaults to ``False``, but in production this should likely be set to ``True``. -``JWT_COOKIE_DOMAIN`` Value to use for a cross domain cookies. Defaults to ``None`` which sets +``JWT_COOKIE_DOMAIN`` Value to use for cross domain cookies. Defaults to ``None`` which sets this cookie to only be readable by the domain that set it. ``JWT_SESSION_COOKIE`` If the cookies should be session cookies (deleted when the browser is closed) or persistent cookies (never expire). diff --git a/setup.py b/setup.py index 7ffbd306..d84f0ea9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='Flask-JWT-Extended', - version='1.4.0', + version='1.4.1', url='https://github.com/vimalloc/flask-jwt-extended', license='MIT', author='Landon Gilbert-Bland',