We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2dce3 commit 070f575Copy full SHA for 070f575
CHANGES.rst
@@ -8,6 +8,11 @@
8
Changes
9
=======
10
11
+Version 2.1.0. (released 2023-03-02)
12
+
13
+- remove deprecated flask_babelex imports
14
+- install invenio_i18n explicitly
15
16
Version 2.0.5 (released 2022-12-14)
17
18
- forms: add helper for preferences form
invenio_userprofiles/__init__.py
@@ -30,7 +30,7 @@
30
from .ext import InvenioUserProfiles
31
from .models import UserProfile, UserProfileProxy
32
33
-__version__ = "2.0.5"
+__version__ = "2.1.0"
34
35
__all__ = (
36
"__version__",
0 commit comments