Skip to content

Commit 39fb4e8

Browse files
committed
Updated files for tagged release.
1 parent 3794fce commit 39fb4e8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ChangeLog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Version History
228228
- Fixed the U3 writeCal method.
229229
- Updated the device open error checks on Windows. Warnings no longer raise
230230
an exception.
231-
- Next Release
231+
- May 26, 2015
232232
- LabJackPython now refuses to install on unsupported Python versions.
233233
- Fixed U12 watchdog method argument parsing. If the stateDn argument was
234234
invalid, it would try to raise Value (undefined) instead of ValueError.
@@ -252,4 +252,4 @@ Version History
252252
address. The function now uses 32 and 64-bit safe eGetPtr UD function.
253253
- Fixed the returned DAC values of the readDefaultsConfig method to little
254254
endian.
255-
255+
- Various fixes, updates and cleanup from mnaberez.

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
LabJackPython: Cross-platform (Windows, Linux, Mac OS X) Python module and
2-
examples for LabJack devices.
3-
04/24/2014
1+
LabJackPython: Cross-platform (Windows, Linux, Mac OS X) Python modules and
2+
examples for the LabJack U3, U6, UE9 and U12.
3+
05/26/2015
44
support@labjack.com
55

66
Python 2.5 or higher is required to use LabJackPython. Python 3.x is not

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
]
2828

2929
setup(name='LabJackPython',
30-
version='4-24-2014',
31-
description='The LabJack Python module.',
30+
version='5-26-2015',
31+
description='The LabJack Python modules for the LabJack U3, U6, UE9 and U12.',
3232
license='MIT X11',
3333
url='http://labjack.com/support/labjackpython',
3434
author='LabJack Corporation',

src/LabJackPython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
import Modbus
2424

25-
LABJACKPYTHON_VERSION = "4-24-2014"
25+
LABJACKPYTHON_VERSION = "5-26-2015"
2626

2727
SOCKET_TIMEOUT = 3
2828
LJSOCKET_TIMEOUT = 62

0 commit comments

Comments
 (0)