From 5d365d9d0f7425e684e02a1b871abf308cb95c03 Mon Sep 17 00:00:00 2001 From: Matmorcat Date: Tue, 25 Feb 2020 08:35:12 -0500 Subject: [PATCH] =?UTF-8?q?JOSS=20final=20version=20bump=20(1.0.3=20?= =?UTF-8?q?=E2=86=92=201.0.4)=20(#111)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update HISTORY.md * Bump version: 1.0.3 → 1.0.4 --- .bumpversion.cfg | 2 +- HISTORY.md | 5 +++++ mkdocs.yml | 2 +- psicollect/__init__.py | 2 +- setup.py | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2a829fc0..e5ccea19 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3 +current_version = 1.0.4 commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index 028efb01..6155a848 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -20,3 +20,8 @@ - Improve reliability of recognition of archive directories - Improve output of cataloging and reduce repetitive messages - Add message to known when no storms match a search expression + +## v1.0.4 + +- Fix some minor errors in the README +- Finalize review process for JOSS diff --git a/mkdocs.yml b/mkdocs.yml index 1769712b..3982f65a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,4 +62,4 @@ markdown_extensions: - pymdownx.tilde extra: - version: 1.0.3 + version: 1.0.4 diff --git a/psicollect/__init__.py b/psicollect/__init__.py index ad774c04..4f7d3725 100644 --- a/psicollect/__init__.py +++ b/psicollect/__init__.py @@ -4,4 +4,4 @@ __name__ = 'psicollect' __author__ = 'PSI' -__version__ = '1.0.3' +__version__ = '1.0.4' diff --git a/setup.py b/setup.py index e9c7f0e0..fd7983de 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='psi-collect', - version='1.0.3', + version='1.0.4', author='PSI Team', description='Collection, aggregation, and cataloging of NOAA post-storm emergency response imagery.', classifiers=[