Skip to content

Commit

Permalink
release: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Oct 19, 2020
1 parent 80a581e commit 7f35d58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,12 @@
Changes
=======

Version 1.3.1 (released 2020-10-19)

- adds the GET method for logout view
- updates pytest-invenio to newest version


Version 1.3.0 (released 2020-05-15)

- Refreshes the CSRF token on login and logout.
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.3.0'
__version__ = '1.3.1'

0 comments on commit 7f35d58

Please sign in to comment.