Skip to content

Commit 77aebd9

Browse files
committed
chore: update stored version number
1 parent 2ec8f89 commit 77aebd9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors:
77
given-names: Michael
88
affiliation: "Caltech Library"
99
orcid: "https://orid.org/0000-0001-9105-5960"
10-
version: "1.2.0"
11-
date-released: "2023-07-18"
10+
version: "1.2.1"
11+
date-released: "2023-07-24"
1212
doi: 10.22002/v0nq3-4a516
1313
url: "https://caltechlibrary.github.io/iga"
1414
repository-code: "https://github.com/caltechlibrary/iga"

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"name": "InvenioRDM GitHub Archiver (IGA)",
55
"identifier": "iga",
66
"description": "The InvenioRDM GitHub Archiver (IGA) automatically archives GitHub releases in an InvenioRDM repository.",
7-
"version": "1.2.0",
8-
"datePublished": "2023-07-18",
7+
"version": "1.2.1",
8+
"datePublished": "2023-07-24",
99
"dateCreated": "2022-12-07",
1010
"author": [
1111
{

iga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# │ by the Makefile. Manual changes to these values will be lost. │
1717
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
1818

19-
__version__ = '1.2.0'
19+
__version__ = '1.2.1'
2020
__description__ = 'The InvenioRDM GitHub Archiver (IGA) automatically archives GitHub releases in an InvenioRDM repository.'
2121
__url__ = 'https://caltechlibrary.github.io/iga'
2222
__author__ = 'Michael Hucka'

sample-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Actions workflow for InvenioRDM GitHub Archiver version 1.2.0
1+
# GitHub Actions workflow for InvenioRDM GitHub Archiver version 1.2.1
22
# This is available as the file "sample-workflow.yml" from the open-
33
# source repository for IGA at https://github.com/caltechlibrary/iga/.
44

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[metadata]
88
name = iga
9-
version = 1.2.0
9+
version = 1.2.1
1010
description = The InvenioRDM GitHub Archiver (IGA) automatically archives GitHub releases in an InvenioRDM repository.
1111
author = Michael Hucka
1212
author_email = [email protected]

0 commit comments

Comments
 (0)