File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 globals ()[new_name ] = globals ()[name ]
2525
2626##### WARNING, version should also be modified in the setup.py
27- __version_info__ = (1 , 4 , 2 )
27+ __version_info__ = (1 , 4 , 3 )
2828__version__ = '.' .join (str (num ) for num in __version_info__ )
2929
3030__author__ = u'Pierre Cladé'
Original file line number Diff line number Diff line change 88from setuptools .command .test import test as TestCommand
99
1010##### WARNING version string should be modified also in the __init__.py
11- version = '1.4.2 '
11+ version = '1.4.3 '
1212
1313import os
1414directory = os .path .split (os .path .realpath (__file__ ))[0 ]
@@ -114,6 +114,7 @@ def run_tests(self):
114114===============
115115Main changes:
116116
117+ * 1.4.3 Support for Centos 7
117118* 1.4.2 Proper version string
118119* 1.4.1 NIDAQmx Base supported on 64bits linux
119120* 1.4 Many small improvements
You can’t perform that action at this time.
0 commit comments