Skip to content

Commit d845879

Browse files
author
Sam Schott
committed
version 1.1.2
1 parent 7dcf520 commit d845879

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#### v1.1.2-dev (2019-05-20):
1+
#### v1.1.2 (2019-05-20):
22
_Changed:_
33

44
- 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.
56

67
#### v1.1.1 (2019-05-16):
78
_Changed:_

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='keithleygui',
5-
version='1.1.2-dev',
5+
version='1.1.2',
66
description="",
77
author='Sam Schott',
88
author_email='[email protected]',
@@ -23,7 +23,7 @@
2323
]
2424
},
2525
install_requires=[
26-
'keithley2600>=1.2.0',
26+
'keithley2600>=1.2.1',
2727
'numpy',
2828
'pyvisa',
2929
'pyqtgraph_cx',

0 commit comments

Comments
 (0)