Skip to content

Commit 9339a8c

Browse files
committed
release: v2.2.1
1 parent 4b000c7 commit 9339a8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
Changes
99
=======
1010

11+
Version 2.2.1 (released 2023-05-26)
12+
13+
- fix styling for locale preferences field
14+
1115
Version 2.2.0 (released 2023-04-25)
1216

1317
- add locale to user profile preferences

invenio_userprofiles/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .ext import InvenioUserProfiles
3131
from .models import UserProfile, UserProfileProxy
3232

33-
__version__ = "2.2.0"
33+
__version__ = "2.2.1"
3434

3535
__all__ = (
3636
"__version__",

0 commit comments

Comments
 (0)