Skip to content

Commit

Permalink
added changelog and bumped to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Oct 9, 2020
1 parent c4f55e0 commit f858a52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### v1.4.1

_Changed_:

- Replaced deprecated `visa` import with `pyvisa`.

#### v1.4.0

_Added_:
Expand Down
2 changes: 1 addition & 1 deletion keithley2600/keithley_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
CLASSES, PROPERTY_LISTS, ALL_CMDS)
from keithley2600.result_table import FETResultTable

__version__ = 'v1.4.0'
__version__ = 'v1.4.1'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f858a52

Please sign in to comment.