Skip to content

Commit

Permalink
installation: changes for v1.1.3 and v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Apr 28, 2020
1 parent 2272044 commit 3f8b3a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,20 @@
Changes
=======

Version 1.2.1 (released 2020-04-28)

- Fixes issue with the latest WTForms v2.3.x release which now requires an
extra library for email validation.

Version 1.2.0 (released 2020-03-09)

- Replaces Flask dependency with centrally managed invenio-base

Version 1.1.4 (released 2020-04-28)

- Fixes issue with the latest WTForms v2.3.x release which now requires an
extra library for email validation.

Version 1.1.3 (released 2020-02-19)

- Replaces Flask-CeleryExt to invenio-celery due to version incompatibilities
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.0'
__version__ = '1.2.1'

0 comments on commit 3f8b3a7

Please sign in to comment.