We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcf520 commit d845879Copy full SHA for d845879
CHANGELOG.md
@@ -1,7 +1,8 @@
1
-#### v1.1.2-dev (2019-05-20):
+#### v1.1.2 (2019-05-20):
2
_Changed:_
3
4
- Fixed a bug which caused `from keithleygui.config import CONF` to fail in Python 2.7.
5
+- Fixed a critical error which would prevent IV sweeps from returning a dataset.
6
7
#### v1.1.1 (2019-05-16):
8
setup.py
@@ -2,7 +2,7 @@
setup(
name='keithleygui',
- version='1.1.2-dev',
+ version='1.1.2',
description="",
author='Sam Schott',
author_email='[email protected]',
@@ -23,7 +23,7 @@
23
]
24
},
25
install_requires=[
26
- 'keithley2600>=1.2.0',
+ 'keithley2600>=1.2.1',
27
'numpy',
28
'pyvisa',
29
'pyqtgraph_cx',
0 commit comments