Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed May 18, 2023
1 parent 4cb0c8e commit 740332e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log for IGA

## Version 0.0.16 (2023-05-17)

Changes in this release:
* Fixed another problem with logging, in part by reverting a previous change but also by modifying the code that writes error messages.
* Expanded the error catches in the GitHub Action workflow to detect and report problems with invalid tokens.
* Merge PR #7: doc improvements.


## Version 0.0.15 (2023-05-17)

Changes in this version:
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
given-names: Michael
affiliation: "Caltech Library"
orcid: "https://orid.org/0000-0001-9105-5960"
version: "0.0.15"
version: "0.0.16"
abstract: "The InvenioRDM GitHub Archiver (IGA) lets you automatically archive GitHub software releases in an InvenioRDM repository."
repository-code: "https://github.com/caltechlibrary/iga"
type: software
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@type": "SoftwareSourceCode",
"name": "IGA: InvenioRDM GitHub Archiver",
"description": "The InvenioRDM GitHub Archiver (IGA) lets you automatically archive GitHub releases in an InvenioRDM repository.",
"version": "0.0.15",
"version": "0.0.16",
"datePublished": "2023-05-17",
"dateCreated": "2022-12-07",
"author": [
Expand Down
2 changes: 1 addition & 1 deletion iga/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# | by the Makefile. Manual changes to these values will be lost. |
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯

__version__ = '0.0.15'
__version__ = '0.0.16'
__description__ = 'InvenioRDM GitHub Archiver'
__url__ = 'https://github.com/caltechlibrary/iga'
__author__ = 'Michael Hucka'
Expand Down
2 changes: 1 addition & 1 deletion sample-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# =============================================================================
# GitHub Action workflow for using the InvenioRDM GitHub Archiver (IGA).
# A copy of this file is available from https://github.com/caltechlibrary/iga/.
# At the time this file was copied, IGA was at version 0.0.15.
# At the time this file was copied, IGA was at version 0.0.16.
# =============================================================================

name: InvenioRDM GitHub Archiver
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[metadata]
name = iga
version = 0.0.15
version = 0.0.16
description = InvenioRDM GitHub Archiver
author = Michael Hucka
author_email = helpdesk@library.caltech.edu
Expand Down

0 comments on commit 740332e

Please sign in to comment.