Skip to content

Commit

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

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

- api: fetch contributors by authenticated api
- view: fixed wrong accesses to event.payload

Version v1.0.11 (released 2023-10-16)

- badge: fix expected DOI type
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.11"
__version__ = "1.0.12"

__all__ = ("__version__", "InvenioGitHub")

0 comments on commit ccae375

Please sign in to comment.