Skip to content

Commit 8436de0

Browse files
committed
Version 1.4.3
1 parent 6083c8d commit 8436de0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

PyDAQmx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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é'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from 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

1313
import os
1414
directory = os.path.split(os.path.realpath(__file__))[0]
@@ -114,6 +114,7 @@ def run_tests(self):
114114
===============
115115
Main 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

0 commit comments

Comments
 (0)