Skip to content

Commit

Permalink
release: v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Oct 17, 2023
1 parent 7f575dd commit 3c60d83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
Changes
=======

Version v1.0.13 (released 2023-10-17)

- api: fix contributor iterator

Version v1.0.12 (released 2023-10-17)

- api: fetch contributors by authenticated api
Expand Down
2 changes: 1 addition & 1 deletion invenio_github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

from .ext import InvenioGitHub

__version__ = "1.0.12"
__version__ = "1.0.13"

__all__ = ("__version__", "InvenioGitHub")

0 comments on commit 3c60d83

Please sign in to comment.