Skip to content

Commit

Permalink
release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Dec 8, 2018
1 parent d47c267 commit 397c4f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Changelog
=========

0.5.1 (2018-12-08):
- Fix typo from longtitude to longitude.

0.5.0 (2018-11-21):
- Fix issues of wrong CONSTANT in SAC polezero file (#8).
- Fix issues of wrong CONSTANT in SAC polezero file (#8).
- Fix login failure issue with password longer than 12 characters (#13).

0.4.8 (2018-10-04):
Expand All @@ -11,7 +14,7 @@ Changelog

0.4.7 (2018-10-04):
- Support S-net and MeSO-net (#9 and #10)
- Fix an issue when channel table contains blank lines
- Fix an issue when channel table contains blank lines

0.4.6 (2018-03-20):
- Fix ``Too many open files`` (#6)
Expand Down
4 changes: 2 additions & 2 deletions HinetPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
HinetPy
=======
HinetPy is a Python package to request and process seismic waveform data
HinetPy is a Python package to request and process seismic waveform data
from NIED Hi-net website.
Basis usage:
Expand All @@ -18,7 +18,7 @@
"""

__title__ = "HinetPy"
__version__ = "0.5.0"
__version__ = "0.5.1"
__author__ = "Dongdong Tian"
__license__ = "MIT"

Expand Down

0 comments on commit 397c4f9

Please sign in to comment.