Skip to content

Commit

Permalink
Release 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Dec 6, 2019
1 parent 7685526 commit df23dc4
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 75 deletions.
3 changes: 3 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

0.6.5 (2019-12-06):
- Fix PZ files if dampling constant is zero (#24)

0.6.4 (2019-08-23):
- Capture exception caused by incorrect channel information (#22)

Expand Down
2 changes: 1 addition & 1 deletion HinetPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""

__title__ = "HinetPy"
__version__ = "0.6.4"
__version__ = "0.6.5"
__author__ = "Dongdong Tian"
__license__ = "MIT"

Expand Down
10 changes: 5 additions & 5 deletions HinetPy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ def doctor(self):
""" Doctor does some checks.
>>> client.doctor()
[2019-08-24 00:00:00] INFO: You're using the latest release (v0.6.4).
[2019-08-24 00:00:00] INFO: Hi-net web service is NOT updated.
[2019-08-24 00:00:00] INFO: catwin32: /home/user/bin/catwin32.
[2019-08-24 00:00:00] INFO: win2sac_32: /home/user/bin/win2sac_32.
[2019-12-06 00:00:00] INFO: You're using the latest release (v0.6.5).
[2019-12-06 00:00:00] INFO: Hi-net web service is NOT updated.
[2019-12-06 00:00:00] INFO: catwin32: /home/user/bin/catwin32.
[2019-12-06 00:00:00] INFO: win2sac_32: /home/user/bin/win2sac_32.
**Checklist**
Expand Down Expand Up @@ -1094,7 +1094,7 @@ def check_package_release(self):
"""Check whether HinetPy has a new release.
>>> client.check_package_release()
[2019-08-24 00:00:00] INFO: You're using the latest release (v0.6.4).
[2019-12-06 00:00:00] INFO: You're using the latest release (v0.6.5).
"""
from HinetPy import __version__, __title__
from distutils.version import StrictVersion
Expand Down
Loading

0 comments on commit df23dc4

Please sign in to comment.