Skip to content

Commit

Permalink
📦 release: v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Feb 13, 2025
1 parent ba78154 commit 842cabb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
..
Copyright (C) 2023-2024 CERN.
Copyright (C) 2023-2025 CERN.
Copyright (C) 2024 Graz University of Technology.
Invenio-Users-Resources is free software; you can redistribute it
Expand All @@ -9,6 +9,10 @@
Changes
=======

Version v7.0.0 (released 2025-02-13)

- Remove pre-release status.

Version v7.0.0.dev2 (released 2025-01-23)

Version 7.0.0.dev1 (released 2024-12-12)
Expand Down
4 changes: 2 additions & 2 deletions invenio_users_resources/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2022-2024 CERN.
# Copyright (C) 2022-2025 CERN.
# Copyright (C) 2022-2023 TU Wien.
# Copyright (C) 2024 Graz University of Technology.
#
Expand All @@ -10,6 +10,6 @@

"""Invenio module providing management APIs for users and roles/groups."""

__version__ = "7.0.0.dev2"
__version__ = "7.0.0"

__all__ = ("__version__",)

0 comments on commit 842cabb

Please sign in to comment.