Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva authored and rerowep committed Mar 31, 2023
1 parent 8a2dce3 commit 070f575
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.1.0. (released 2023-03-02)

- remove deprecated flask_babelex imports
- install invenio_i18n explicitly

Version 2.0.5 (released 2022-12-14)

- forms: add helper for preferences form
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.5"
__version__ = "2.1.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 070f575

Please sign in to comment.