Skip to content

Commit

Permalink
release: v1.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Harris Tzovanakis <me@drjova.com>
  • Loading branch information
drjova authored and slint committed Dec 6, 2019
1 parent e38ab19 commit 8fe2dd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,11 @@
Changes
=======

Version 1.0.4 (released 2019-12-05)

- Removes updating the ``expires`` for personal tokens.
- Removes ``OAUTH2_PROVIDER_TOKEN_EXPIRES_IN`` from configuration.

Version 1.0.3 (released 2019-01-15)

- Restrict oauthlib to latest v2.
Expand Down
2 changes: 1 addition & 1 deletion invenio_oauth2server/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.0.3'
__version__ = '1.0.4'

0 comments on commit 8fe2dd1

Please sign in to comment.