Skip to content

Commit 5d365d9

Browse files
authored
JOSS final version bump (1.0.3 → 1.0.4) (#111)
* Update HISTORY.md * Bump version: 1.0.3 → 1.0.4
1 parent 6d46860 commit 5d365d9

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.3
2+
current_version = 1.0.4
33
commit = True
44
tag = True
55

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@
2020
- Improve reliability of recognition of archive directories
2121
- Improve output of cataloging and reduce repetitive messages
2222
- Add message to known when no storms match a search expression
23+
24+
## v1.0.4
25+
26+
- Fix some minor errors in the README
27+
- Finalize review process for JOSS

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ markdown_extensions:
6262
- pymdownx.tilde
6363

6464
extra:
65-
version: 1.0.3
65+
version: 1.0.4

psicollect/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__name__ = 'psicollect'
66
__author__ = 'PSI'
7-
__version__ = '1.0.3'
7+
__version__ = '1.0.4'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='psi-collect',
15-
version='1.0.3',
15+
version='1.0.4',
1616
author='PSI Team',
1717
description='Collection, aggregation, and cataloging of NOAA post-storm emergency response imagery.',
1818
classifiers=[

0 commit comments

Comments
 (0)