-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
project: update dependencies #8
base: rero
Are you sure you want to change the base?
Conversation
rerowep
commented
Mar 31, 2023
- Uses invenio_i18n instead flask_babelex.
- Changes version to v1.2.3.
* Uses invenio_i18n instead flask_babelex. * Changes version to v1.2.3. Co-Authored-by: Peter Weber <[email protected]>
# @register_menu( | ||
# blueprint, 'settings.profile', | ||
# # NOTE: Menu item text (icon replaced by a user icon). | ||
# _('%(icon)s Profile', icon=make_lazy_string( | ||
# lambda: f'<i class="{current_theme_icons.user}"></i>')), | ||
# order=0 | ||
# ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be removed if it's useless
@@ -14,4 +14,4 @@ | |||
|
|||
from __future__ import absolute_import, print_function | |||
|
|||
__version__ = '1.2.1' | |||
__version__ = '1.2.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correspond to the original invenio-userprofile version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In such case, why not 1.2.4?