Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed May 20, 2019
1 parent 7dcf520 commit d845879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#### v1.1.2-dev (2019-05-20):
#### v1.1.2 (2019-05-20):
_Changed:_

- Fixed a bug which caused `from keithleygui.config import CONF` to fail in Python 2.7.
- Fixed a critical error which would prevent IV sweeps from returning a dataset.

#### v1.1.1 (2019-05-16):
_Changed:_
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='keithleygui',
version='1.1.2-dev',
version='1.1.2',
description="",
author='Sam Schott',
author_email='ss2151@cam.ac.uk',
Expand All @@ -23,7 +23,7 @@
]
},
install_requires=[
'keithley2600>=1.2.0',
'keithley2600>=1.2.1',
'numpy',
'pyvisa',
'pyqtgraph_cx',
Expand Down

0 comments on commit d845879

Please sign in to comment.