Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jan 24, 2024
1 parent 81bdb93 commit 0695193
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,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2016-2023 CERN.
Copyright (C) 2016-2024 CERN.
Invenio is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
Expand All @@ -25,6 +25,10 @@
Changes
=======

Version v1.4.0 (released 2024-01-24)

- api: added session timeout to fetch zipball

Version v1.3.1 (released 2023-11-13)

- oauth: remove uneccessary `user` scope.
Expand Down
4 changes: 2 additions & 2 deletions invenio_github/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2023 CERN.
# Copyright (C) 2023-2024 CERN.
#
# Invenio is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
Expand All @@ -26,6 +26,6 @@

from .ext import InvenioGitHub

__version__ = "1.3.1"
__version__ = "1.4.0"

__all__ = ("__version__", "InvenioGitHub")

0 comments on commit 0695193

Please sign in to comment.