Skip to content

Commit 070f575

Browse files
kpshervarerowep
authored andcommitted
release: v2.1.0
1 parent 8a2dce3 commit 070f575

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

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

11+
Version 2.1.0. (released 2023-03-02)
12+
13+
- remove deprecated flask_babelex imports
14+
- install invenio_i18n explicitly
15+
1116
Version 2.0.5 (released 2022-12-14)
1217

1318
- forms: add helper for preferences form

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.0.5"
33+
__version__ = "2.1.0"
3434

3535
__all__ = (
3636
"__version__",

0 commit comments

Comments
 (0)