Skip to content

Commit

Permalink
📦 release: v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Mar 7, 2025
1 parent e8fcdb1 commit c89d1ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
Changes
=======

Version v3.1.0 (released 2025-03-07)

- fixtures: add fixture for ``cache_uri``

Version 3.0.0 (released 2024-12-02)

- setup: remove pytest pin
Expand Down
4 changes: 2 additions & 2 deletions pytest_invenio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of pytest-invenio.
# Copyright (C) 2017-2024 CERN.
# Copyright (C) 2017-2025 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# pytest-invenio is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -500,6 +500,6 @@ def test_browser(live_server, browser):
"""


__version__ = "3.0.0"
__version__ = "3.1.0"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion pytest_invenio/fixtures.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of pytest-invenio.
# Copyright (C) 2017-2024 CERN.
# Copyright (C) 2017-2025 CERN.
# Copyright (C) 2018 Esteban J. G. Garbancho.
# Copyright (C) 2024-2025 Graz University of Technology.
#
Expand Down
2 changes: 1 addition & 1 deletion pytest_invenio/plugin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of pytest-invenio.
# Copyright (C) 2017-2018 CERN.
# Copyright (C) 2017-2025 CERN.
# Copyright (C) 2018 Northwestern University, Feinberg School of Medicine,
# Copyright (C) 2025 Graz University of Technology.
# Galter Health Sciences Library.
Expand Down

0 comments on commit c89d1ef

Please sign in to comment.