We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b000c7 commit 9339a8cCopy full SHA for 9339a8c
CHANGES.rst
@@ -8,6 +8,10 @@
8
Changes
9
=======
10
11
+Version 2.2.1 (released 2023-05-26)
12
+
13
+- fix styling for locale preferences field
14
15
Version 2.2.0 (released 2023-04-25)
16
17
- add locale to user profile preferences
invenio_userprofiles/__init__.py
@@ -30,7 +30,7 @@
30
from .ext import InvenioUserProfiles
31
from .models import UserProfile, UserProfileProxy
32
33
-__version__ = "2.2.0"
+__version__ = "2.2.1"
34
35
__all__ = (
36
"__version__",
0 commit comments