Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Feb 20, 2019
1 parent b1c2cb6 commit 879be0c
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 90 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.1 (2019-02-20):
- Fix selecting events in a rectangular region.

0.6.0 (2019-02-19):
- Support request event waveform data (#16).
- ``get_waveform()`` is renamed to ``get_continuos_waveform()``.
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.0"
__version__ = "0.6.1"
__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-02-19 00:00:00] INFO: You're using the latest release (v0.6.0).
[2019-02-19 00:00:00] INFO: Hi-net web service is NOT updated.
[2019-02-19 00:00:00] INFO: catwin32: /home/user/bin/catwin32.
[2019-02-19 00:00:00] INFO: win2sac_32: /home/user/bin/win2sac_32.
[2019-02-20 00:00:00] INFO: You're using the latest release (v0.6.1).
[2019-02-20 00:00:00] INFO: Hi-net web service is NOT updated.
[2019-02-20 00:00:00] INFO: catwin32: /home/user/bin/catwin32.
[2019-02-20 00:00:00] INFO: win2sac_32: /home/user/bin/win2sac_32.
**Checklist**
Expand Down Expand Up @@ -1098,7 +1098,7 @@ def check_package_release(self):
"""Check whether HinetPy has a new release.
>>> client.check_package_release()
[2019-02-19 00:00:00] INFO: You're using the latest release (v0.6.0).
[2019-02-20 00:00:00] INFO: You're using the latest release (v0.6.1).
"""
from HinetPy import __version__, __title__
from distutils.version import StrictVersion
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/api.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.0\n"
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-22 12:20+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/api/HinetPy.client.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.0\n"
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-19 23:37-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/api/HinetPy.header.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.0\n"
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-21 16:01-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/api/HinetPy.win32.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.0\n"
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-21 16:01-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/appendix.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.0\n"
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-22 12:20+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/appendix/catwin32.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.0\n"
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-21 16:01-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/appendix/channeltable.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.0\n"
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-22 12:20+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/appendix/response.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.0\n"
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-21 16:38-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/appendix/win2sac.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.0\n"
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-21 16:01-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
Loading

0 comments on commit 879be0c

Please sign in to comment.