Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2016-2024 CERN.
Copyright (C) 2016-2025 CERN.
Copyright (C) 2024-2025 Graz University of Technology.

Invenio is free software; you can redistribute it
Expand All @@ -26,6 +26,11 @@
Changes
=======

Version v4.0.0 (released 2025-XX-XX)

- setup: bump major version of `invenio-oauthclient`
- api: optimize sync process with batch task execution

Version v3.0.1 (released 2025-07-30)

- api: fix set alternate zipball URL when tag and branch having same name
Expand Down
2 changes: 1 addition & 1 deletion invenio_github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@

from .ext import InvenioGitHub

__version__ = "3.0.1"
__version__ = "4.0.0"

__all__ = ("__version__", "InvenioGitHub")
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install_requires =
invenio-formatter>=3.0.0,<4.0.0
invenio-i18n>=3.0.0,<4.0.0
invenio-oauth2server>=3.0.0,<4.0.0
invenio-oauthclient>=5.0.0,<6.0.0
invenio-oauthclient>=6.0.0,<7.0.0
invenio-pidstore>=2.0.0,<3.0.0
invenio-records-rest>=3.0.0,<4.0.0
invenio-webhooks>=1.0.0,<2.0.0
Expand Down
Loading