Skip to content

Commit

Permalink
release: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Apr 25, 2023
1 parent e013318 commit 75c3708
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
Changes
=======

Version 2.1.0. (released 2023-03-02)
Version 2.2.0 (released 2023-04-25)

- add locale to user profile preferences

Version 2.1.0 (released 2023-03-02)

- remove deprecated flask_babelex imports
- install invenio_i18n explicitly
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.1.0"
__version__ = "2.2.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 75c3708

Please sign in to comment.