Skip to content
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

Open
wants to merge 1 commit into
base: rero
Choose a base branch
from

Conversation

rerowep
Copy link

@rerowep 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]>
@rerowep rerowep self-assigned this Mar 31, 2023
Comment on lines +82 to +88
# @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
# )

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'
Copy link

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?

Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants