Skip to content

Commit

Permalink
Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clade committed Jan 12, 2020
1 parent 6083c8d commit 8436de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyDAQmx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
globals()[new_name] = globals()[name]

##### WARNING, version should also be modified in the setup.py
__version_info__ = (1, 4, 2)
__version_info__ = (1, 4, 3)
__version__ = '.'.join(str(num) for num in __version_info__)

__author__ =u'Pierre Cladé'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools.command.test import test as TestCommand

##### WARNING version string should be modified also in the __init__.py
version = '1.4.2'
version = '1.4.3'

import os
directory = os.path.split(os.path.realpath(__file__))[0]
Expand Down Expand Up @@ -114,6 +114,7 @@ def run_tests(self):
===============
Main changes:
* 1.4.3 Support for Centos 7
* 1.4.2 Proper version string
* 1.4.1 NIDAQmx Base supported on 64bits linux
* 1.4 Many small improvements
Expand Down

0 comments on commit 8436de0

Please sign in to comment.