From 4db2f019b9c8962a50690bf508eaa75099246359 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 4 Oct 2018 13:24:06 -0400 Subject: [PATCH] Release 0.4.8 --- HinetPy/__init__.py | 2 +- HinetPy/client.py | 4 ++-- docs/first-try.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HinetPy/__init__.py b/HinetPy/__init__.py index 67c9f788..9e7b831f 100644 --- a/HinetPy/__init__.py +++ b/HinetPy/__init__.py @@ -18,7 +18,7 @@ """ __title__ = 'HinetPy' -__version__ = '0.4.7' +__version__ = '0.4.8' __author__ = 'Dongdong Tian' __license__ = 'MIT' diff --git a/HinetPy/client.py b/HinetPy/client.py index b25a1c01..09f4669c 100644 --- a/HinetPy/client.py +++ b/HinetPy/client.py @@ -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. @@ -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 diff --git a/docs/first-try.rst b/docs/first-try.rst index 4d32d16e..b6873cf8 100644 --- a/docs/first-try.rst +++ b/docs/first-try.rst @@ -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.