Skip to content

Commit

Permalink
JOSS final version bump (1.0.3 → 1.0.4) (#111)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 1.0.3 → 1.0.4
  • Loading branch information
Matmorcat authored Feb 25, 2020
1 parent 6d46860 commit 5d365d9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.3
current_version = 1.0.4
commit = True
tag = True

Expand Down
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ markdown_extensions:
- pymdownx.tilde

extra:
version: 1.0.3
version: 1.0.4
2 changes: 1 addition & 1 deletion psicollect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__name__ = 'psicollect'
__author__ = 'PSI'
__version__ = '1.0.3'
__version__ = '1.0.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 5d365d9

Please sign in to comment.