Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Prepare bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
odarbelaeze committed Oct 16, 2020
1 parent 252d278 commit a9d1e13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Translates isi web of knowledge files into python objects.",
"license": "MIT",
"title": "coreofscience/python-wostools",
"version": "v3.0.1",
"version": "v3.0.2",
"upload_type": "software",
"publication_date": "2018-08-13",
"creators": [
Expand All @@ -25,7 +25,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/coreofscience/python-wostools/tree/v3.0.1",
"identifier": "https://github.com/coreofscience/python-wostools/tree/v3.0.2",
"relation": "isSupplementTo"
},
{
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 3.0.2 (2020-10-15)

- Fix packaging accident to allow package to install correclty.

## 3.0.1 (2020-10-15)

- Clear logging error channel.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/coreofscience/python-wostools",
version="3.0.1",
version="3.0.2",
zip_safe=False,
long_description_content_type="text/markdown",
)
2 changes: 1 addition & 1 deletion wostools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Core of Science"""
__email__ = "[email protected]"
__version__ = "3.0.1"
__version__ = "3.0.2"

from wostools.article import Article
from wostools.cached import CachedCollection
Expand Down

0 comments on commit a9d1e13

Please sign in to comment.