We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50d4ce1 + 6ce738c commit 98fd763Copy full SHA for 98fd763
scan/version.py
@@ -1,8 +1,9 @@
1
from __future__ import print_function
2
3
-__version__ = '1.6.0'
+__version__ = '1.7.0'
4
5
version_history = """
6
+1.7.0 - CommandSequence class inherits from list
7
1.6.0 - Add support for Python3, CPython uses requests library
8
1.5.6 - wait..() fix
9
1.5.5 - scanInfo() time out
setup.py
@@ -5,7 +5,7 @@
'''
from distutils.core import setup
setup(name='PyScanClient',
- version='1.6.0',
+ version='1.7.0',
description='Python Scan Server Client Lib',
10
author='Qiu Yongxiang, Kay Kasemir',
11
author_email='qiuyongxiang05@gmail.com, kasemirk@ornl.gov',
0 commit comments