Skip to content

Commit

Permalink
Update for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Sep 18, 2019
1 parent 684835d commit f383159
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log for microarchiver
============================

Version 1.5.1
-------------

* Fix bug in propagating network failures up to the top of main.
* Fix case of variable being shadowed inside a block.


Version 1.5.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A program to create archives of articles from [microPublication.org](https://www

[![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.5.0-b44e88.svg?style=flat-square)](http://shields.io)
[![Latest release](https://img.shields.io/badge/Latest_release-1.5.1-b44e88.svg?style=flat-square)](http://shields.io)
[![DOI](http://img.shields.io/badge/DOI-10.22002%20%2f%20D1.1274-navy.svg?style=flat-square)](https://data.caltech.edu/records/1274)


Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codeRepository": "https://github.com/caltechlibrary/microarchiver",
"issueTracker": "https://github.com/caltechlibrary/microarchiver/issues",
"license": "https://data.caltech.edu/license",
"version": "1.5.0",
"version": "1.5.1",
"author": [
{
"@type": "Person",
Expand All @@ -26,7 +26,7 @@
}],
"developmentStatus": "active",
"downloadUrl":
"https://github.com/caltechlibrary/microarchiver/archive/1.5.0.zip",
"https://github.com/caltechlibrary/microarchiver/archive/1.5.1.zip",
"keywords": [
"GitHub",
"metadata",
Expand Down
2 changes: 1 addition & 1 deletion microarchiver/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# @website https://github.com/caltechlibrary/martian
# =============================================================================

__version__ = '1.5.0'
__version__ = '1.5.1'
__title__ = 'microarchiver'
__name__ = 'Microarchiver'
__description__ = '''Create archives of articles from microPublication.org for sending to Portico.'''
Expand Down

0 comments on commit f383159

Please sign in to comment.