diff --git a/README.md b/README.md index 3a4b5e4..991be85 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Turf (_TIND.io URL Fixer_) is a program to download records from the Caltech TIN [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square)](https://choosealicense.com/licenses/bsd-3-clause) [![Python](https://img.shields.io/badge/Python-3.4+-brightgreen.svg?style=flat-square)](http://shields.io) -[![Latest release](https://img.shields.io/badge/Latest_release-1.2.1-b44e88.svg?style=flat-square)](http://shields.io) -[![DOI](http://img.shields.io/badge/DOI-10.22002%20%2F%20D1.972-blue.svg?style=flat-square)](https://data.caltech.edu/records/972) +[![Latest release](https://img.shields.io/badge/Latest_release-1.2.2-b44e88.svg?style=flat-square)](http://shields.io) +[![DOI](http://img.shields.io/badge/DOI-10.22002%20%2F%20D1.974-blue.svg?style=flat-square)](https://data.caltech.edu/records/974) ☀ Introduction ----------------------------- diff --git a/codemeta.json b/codemeta.json index bc1b63e..61dd671 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/caltechlibrary/turf", "issueTracker": "https://github.com/caltechlibrary/turf/issues", "license": "https://github.com/caltechlibrary/turf/blob/master/LICENSE", - "version": "1.2.1", + "version": "1.2.2", "author": [ { "@type": "Person", @@ -17,7 +17,7 @@ "@id": "https://orcid.org/0000-0001-9105-5960" }], "developmentStatus": "active", - "downloadUrl": "https://github.com/caltechlibrary/turf/archive/1.2.1.zip", + "downloadUrl": "https://github.com/caltechlibrary/turf/archive/1.2.2.zip", "keywords": [ "TIND.io", "MARC", diff --git a/turf/__version__.py b/turf/__version__.py index 914dd0c..7811194 100644 --- a/turf/__version__.py +++ b/turf/__version__.py @@ -6,7 +6,7 @@ # @website https://github.com/caltechlibrary/turf # ============================================================================= -__version__ = '1.2.1' +__version__ = '1.2.2' __title__ = 'turf' __description__ = '_TIND.io URL Fixer_ for caltech.tind.io' __url__ = 'https://github.com/caltechlibrary/turf'