From dbf836c05a3c622461c7193db2dc0cf1d81db530 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 30 Mar 2017 19:51:09 +0800 Subject: [PATCH] release 0.4.0 --- Changelog.rst | 2 +- HinetPy/__init__.py | 2 +- HinetPy/client.py | 4 ++-- docs/first-try.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog.rst b/Changelog.rst index 643358a9..215bad38 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -0.3.4: +0.4.0 (2017-04-01): - ``win32.extract_sac``: skip if data not exists - ``win32.extract_sac``: support multiple processes to speedup, and no longer return values diff --git a/HinetPy/__init__.py b/HinetPy/__init__.py index b16b2d37..8519e7af 100644 --- a/HinetPy/__init__.py +++ b/HinetPy/__init__.py @@ -18,7 +18,7 @@ """ __title__ = 'HinetPy' -__version__ = '0.3.3' +__version__ = '0.4.0' __author__ = 'Dongdong Tian' __license__ = 'MIT' __copyright__ = 'Copyright 2014-2017 Dongdong Tian' diff --git a/HinetPy/client.py b/HinetPy/client.py index 681ab06d..b80f1b58 100644 --- a/HinetPy/client.py +++ b/HinetPy/client.py @@ -127,7 +127,7 @@ def doctor(self): """ Doctor does some checks. >>> client.doctor() - [2017-01-01 00:00:00] INFO: You're using the latest release (v0.3.3). + [2017-01-01 00:00:00] INFO: You're using the latest release (v0.4.0). [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. @@ -690,7 +690,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.3.3). + [2017-01-01 00:00:00] INFO: You're using the latest release (v0.4.0). """ from HinetPy import __version__, __title__ from distutils.version import StrictVersion diff --git a/docs/first-try.rst b/docs/first-try.rst index ed36025b..d7f9a5e3 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.3.3). +[2017-03-11 16:11:47] INFO: You're using the latest release (v0.4.0). [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.