Skip to content

Commit

Permalink
release: v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jul 8, 2022
1 parent 20639be commit c5b3c07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Changes
=======

Version 2.0.3 (released 2022-07-08)

- add redirection on user profile form submit
- allow updating preferences for read only profiles

Version 2.0.2 (released 2022-07-01)

- Style radio buttons and remove dotted bullet points in settings page.
Expand Down
2 changes: 1 addition & 1 deletion invenio_userprofiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from .ext import InvenioUserProfiles
from .models import UserProfile, UserProfileProxy

__version__ = "2.0.2"
__version__ = "2.0.3"

__all__ = (
"__version__",
Expand Down

0 comments on commit c5b3c07

Please sign in to comment.