Skip to content

Commit

Permalink
release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Aug 9, 2019
1 parent a188794 commit d1d5fbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyVISA Changelog
================

1.10 (unreleased)
1.10 (2019-08-09)
-----------------

- Change the returned data_length for IEEE block of undefined size to 0 PR #435
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ def read(filename):

setup(name='PyVISA',
description='Python VISA bindings for GPIB, RS232, TCPIP and USB instruments',
version='1.10.0.dev',
version='1.10.0',
long_description=long_description,
author='Torsten Bronger, Gregor Thalhammer',
author_email='bronger@physik.rwth-aachen.de',
maintainer='Hernan E. Grecco',
maintainer_email='hernan.grecco@gmail.com',
maintainer='Matthieu C. Dartiailh',
maintainer_email='m.dartiailh@gmail.com',
url='https://github.com/pyvisa/pyvisa',
test_suite='pyvisa.testsuite.testsuite',
keywords='VISA GPIB USB serial RS232 measurement acquisition',
Expand All @@ -56,6 +56,7 @@ def read(filename):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
packages=['pyvisa', 'pyvisa.compat',
'pyvisa.ctwrapper',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36
envlist = py27,py34,py35,py36,py37

[testenv]
deps=
Expand Down

0 comments on commit d1d5fbd

Please sign in to comment.