summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-10-28 10:14:46 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-10-28 10:14:46 -0300
commit493a10b1f4b097887f6068574d8cae33327be89b (patch)
tree4522507e438f99153ad2fc18ded08a41aa3e7eb5
parent92c20cf7b7e7b45ea1f57544881b226faa29d055 (diff)
Back to development: 1.6.2
-rw-r--r--CHANGES6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 89d19d4..caae3a8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,12 @@ PyVISA Changelog
================
+1.6.2 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
1.6.1 (2014-10-28)
------------------
diff --git a/setup.py b/setup.py
index d85a64b..2969c3e 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ if sys.version_info < (3, 4):
setup(name='PyVISA',
description='Python VISA bindings for GPIB, RS232, and USB instruments',
- version='1.6.1',
+ version='1.6.2.dev0',
long_description=long_description,
author='Torsten Bronger, Gregor Thalhammer',
author_email='bronger@physik.rwth-aachen.de',