Skip to content

Commit 7add61d

Browse files
committed
chore: update stored version number
1 parent 656acca commit 7add61d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ authors:
1111
given-names: Tom
1212
affiliation: "Caltech Library"
1313
orcid: "https://orcid.org/0000-0001-9266-5146"
14-
version: "1.2.1"
15-
date-released: "2023-07-24"
14+
version: "1.2.2"
15+
date-released: "2023-11-08"
1616
doi: 10.22002/62htz-vpt80
1717
url: "https://caltechlibrary.github.io/iga"
1818
repository-code: "https://github.com/caltechlibrary/iga"

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"identifier": "iga",
66
"description": "The InvenioRDM GitHub Archiver (IGA) automatically archives GitHub releases in an InvenioRDM repository.",
77
"version": "1.2.2",
8-
"datePublished": "2023-07-24",
8+
"datePublished": "2023-11-08",
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.1'
19+
__version__ = '1.2.2'
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.1
1+
# GitHub Actions workflow for InvenioRDM GitHub Archiver version 1.2.2
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.1
9+
version = 1.2.2
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)