From 8c19e37bcf1cf5cc2315efb534f41fdaea612af8 Mon Sep 17 00:00:00 2001 From: mhucka Date: Tue, 12 Apr 2022 11:32:42 -0700 Subject: [PATCH] Update stored version number --- CITATION.cff | 4 ++-- codemeta.json | 2 +- pubarchiver/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 5022b58..e90695e 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/pubarchiver" title: "PubArchiver: send journals to Portico and PMC" -date-released: 2022-04-09 -version: "2.1.1" +date-released: 2022-04-12 +version: "2.1.2" doi: 10.22002/20094 keywords: - archiving diff --git a/codemeta.json b/codemeta.json index 2584d00..5f76421 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/caltechlibrary/pubarchiver", "issueTracker": "https://github.com/caltechlibrary/pubarchiver/issues", "license": "https://data.caltech.edu/license", - "version": "2.1.1", + "version": "2.1.2", "author": [ { "@type": "Person", diff --git a/pubarchiver/__init__.py b/pubarchiver/__init__.py index 1eda288..73ac9d6 100644 --- a/pubarchiver/__init__.py +++ b/pubarchiver/__init__.py @@ -23,7 +23,7 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '2.1.1' +__version__ = '2.1.2' __description__ = 'Automation for archiving journals hosted by the Caltech Library' __url__ = 'https://github.com/caltechlibrary/pubarchiver' __author__ = 'Michael Hucka, Tom Morrell'