From 842a76672a61950032fba5fcae975dd2128ee7ab Mon Sep 17 00:00:00 2001 From: mhucka Date: Wed, 11 May 2022 16:40:41 -0700 Subject: [PATCH] Update stored version number --- CITATION.cff | 4 ++-- codemeta.json | 2 +- foliage/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 79f1a23..9e06e44 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,8 +10,8 @@ cff-version: "1.1.0" message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/caltechlibrary/foliage" title: "Foliage: a tool to do bulk changes in FOLIO using the OKAPI API" -date-released: 2022-04-01 -version: "1.2.4" +date-released: 2022-05-11 +version: "1.2.5" doi: 10.22002/20081 keywords: - FOLIO diff --git a/codemeta.json b/codemeta.json index c81cddf..3534a09 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/caltechlibrary/foliage", "issueTracker": "https://github.com/caltechlibrary/foliage/issues", "license": "https://github.com/caltechlibrary/foliage/blob/main/LICENSE", - "version": "1.2.4", + "version": "1.2.5", "author": [ { "@type": "Person", diff --git a/foliage/__init__.py b/foliage/__init__.py index 3021132..448077b 100644 --- a/foliage/__init__.py +++ b/foliage/__init__.py @@ -17,7 +17,7 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '1.2.4' +__version__ = '1.2.5' __description__ = 'Foliage: a tool to do bulk changes in FOLIO using the OKAPI API' __url__ = 'https://github.com/caltechlibrary/foliage' __author__ = 'Mike Hucka'