Skip to content

Commit

Permalink
release: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 30, 2024
1 parent f1e8c85 commit ad9a2ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
..
This file is part of Invenio.
Copyright (C) 2015-2023 CERN.
Copyright (C) 2024 Graz University of Technology.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 3.0.1 (release 2024-11-30)

- setup: change to reusable workflows
- setup: pin dependencies
- i18n:push translations
- tests: check existing username case-insensitive

Version 3.0.0 (released 2024-03-22)

- breaking change: remove breadcrumbs usage
Expand Down
3 changes: 2 additions & 1 deletion invenio_userprofiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -30,7 +31,7 @@
from .ext import InvenioUserProfiles
from .models import UserProfile, UserProfileProxy

__version__ = "3.0.0"
__version__ = "3.0.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit ad9a2ea

Please sign in to comment.