Skip to content

Commit 8c19e37

Browse files
committed
Update stored version number
1 parent fb332f5 commit 8c19e37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cff-version: "1.1.0"
1010
message: "If you use this software, please cite it using these metadata."
1111
repository-code: "https://github.com/caltechlibrary/pubarchiver"
1212
title: "PubArchiver: send journals to Portico and PMC"
13-
date-released: 2022-04-09
14-
version: "2.1.1"
13+
date-released: 2022-04-12
14+
version: "2.1.2"
1515
doi: 10.22002/20094
1616
keywords:
1717
- archiving

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"codeRepository": "https://github.com/caltechlibrary/pubarchiver",
77
"issueTracker": "https://github.com/caltechlibrary/pubarchiver/issues",
88
"license": "https://data.caltech.edu/license",
9-
"version": "2.1.1",
9+
"version": "2.1.2",
1010
"author": [
1111
{
1212
"@type": "Person",

pubarchiver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# | by the Makefile. Manual changes to these values will be lost. |
2424
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
2525

26-
__version__ = '2.1.1'
26+
__version__ = '2.1.2'
2727
__description__ = 'Automation for archiving journals hosted by the Caltech Library'
2828
__url__ = 'https://github.com/caltechlibrary/pubarchiver'
2929
__author__ = 'Michael Hucka, Tom Morrell'

0 commit comments

Comments
 (0)