diff --git a/CHANGES.md b/CHANGES.md index 8f0a885..9d51166 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Change log for eprints2bags +## Version 1.10.2 + +This version only updates information in `CITATION.cff`, `codemeta.json`, and a few other files. There are no functional changes in this release. + + ## Version 1.10.1 Changes in this version: diff --git a/eprints2bags/__init__.py b/eprints2bags/__init__.py index 2000976..779fc4f 100644 --- a/eprints2bags/__init__.py +++ b/eprints2bags/__init__.py @@ -29,7 +29,7 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '1.10.1' +__version__ = '1.10.2' __description__ = 'Download EPrints content and save it in BagIt-format bags.' __url__ = 'https://github.com/caltechlibrary/eprints2bags' __author__ = 'Michael Hucka' diff --git a/setup.cfg b/setup.cfg index 0154556..81bdadd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ [metadata] name = eprints2bags -version = 1.10.1 +version = 1.10.2 description = Download EPrints content and save it in BagIt-format bags. author = Michael Hucka author_email = mhucka@caltech.edu