Skip to content

Commit

Permalink
release: v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Glignos authored and Pablo Panero committed May 13, 2020
1 parent 1f075d7 commit b156d3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Changes
=======

Version 1.2.2 (released 2020-05-13)

- Refreshes the csrf token on login and logout.
- Removes the example app.
- Migrate from `Flask-KVSession` to `Flask-KVSession-Invenio`, fork of
the former.

Version 1.2.1 (released 2020-04-28)

- Fixes issue with the latest WTForms v2.3.x release which now requires an
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.2.1'
__version__ = '1.2.2'

0 comments on commit b156d3b

Please sign in to comment.