Skip to content

Commit

Permalink
Release 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Oct 4, 2018
1 parent 60ecd36 commit 4db2f01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.4.7'
__version__ = '0.4.8'
__author__ = 'Dongdong Tian'
__license__ = 'MIT'

Expand Down
4 changes: 2 additions & 2 deletions HinetPy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def doctor(self):
""" Doctor does some checks.
>>> client.doctor()
[2017-01-01 00:00:00] INFO: You're using the latest release (v0.4.7).
[2017-01-01 00:00:00] INFO: You're using the latest release (v0.4.8).
[2017-01-01 00:00:00] INFO: Hi-net web service is NOT updated.
[2017-01-01 00:00:00] INFO: catwin32: /home/user/bin/catwin32.
[2017-01-01 00:00:00] INFO: win2sac_32: /home/user/bin/win2sac_32.
Expand Down Expand Up @@ -798,7 +798,7 @@ def check_package_release(self):
"""Check whether HinetPy has a new release.
>>> client.check_package_release()
[2017-01-01 00:00:00] INFO: You're using the latest release (v0.4.7).
[2017-01-01 00:00:00] INFO: You're using the latest release (v0.4.8).
"""
from HinetPy import __version__, __title__
from distutils.version import StrictVersion
Expand Down
2 changes: 1 addition & 1 deletion docs/first-try.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Do checks
Let our :meth:`~HinetPy.client.Client.doctor` checks if everything goes right:

>>> client.doctor()
[2017-03-11 16:11:47] INFO: You're using the latest release (v0.4.7).
[2017-03-11 16:11:47] INFO: You're using the latest release (v0.4.8).
[2017-03-11 16:11:46] INFO: Hi-net web service is NOT updated.
[2017-03-11 16:11:47] INFO: catwin32: /home/user/bin/catwin32.
[2017-03-11 16:11:47] INFO: win2sac_32: /home/user/bin/win2sac_32.
Expand Down

0 comments on commit 4db2f01

Please sign in to comment.