Skip to content

Commit

Permalink
cut release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Feb 8, 2023
1 parent 1bf1f79 commit ceb594b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyVISA-py Changelog
===================

0.6.2 (07-02-2023)
0.6.2 (08-02-2023)
------------------

- fix usb resource handling by avoiding multiple calls to set_configuration PR #352
Expand Down
2 changes: 1 addition & 1 deletion pyvisa_py/protocols/usbtmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def __init__(

intf = cfg[(0, 0)]

# Check if teh interface exposes multiple alternative setting and
# Check if the interface exposes multiple alternative setting and
# set one only if there is more than one.
if (
len(
Expand Down

0 comments on commit ceb594b

Please sign in to comment.