Skip to content

Commit cbe70f2

Browse files
committed
Updated changelog and version.
1 parent 91c5c20 commit cbe70f2

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

ChangeLog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,3 +348,5 @@ Version History
348348
- 2.2.1
349349
- Fixed issue where ctypes.c_byte was used instead of ctypes.c_ubyte.
350350
- Changed SafeConfigParser to ConfigParser in Python 3.
351+
- 2.3.0
352+
- Added U12 Windows low-level function support (raw functions).

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@
2929
'Programming Language :: Python :: 3.6',
3030
'Programming Language :: Python :: 3.7',
3131
'Programming Language :: Python :: 3.8',
32+
'Programming Language :: Python :: 3.14',
3233
'Topic :: Software Development',
3334
'Topic :: Software Development :: Embedded Systems',
3435
'Topic :: System :: Hardware'
3536
]
3637

3738
setup(name='LabJackPython',
38-
version='2.2.1',
39+
version='2.3.0',
3940
description='The LabJack Python modules for the LabJack U3, U6, UE9 and U12.',
4041
license='MIT X11',
4142
url='https://labjack.com/support/software/examples/ud/labjackpython',

src/LabJackPython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import Modbus
2727

2828

29-
LABJACKPYTHON_VERSION = "2.2.1"
29+
LABJACKPYTHON_VERSION = "2.3.0"
3030
__version__ = LABJACKPYTHON_VERSION
3131

3232
SOCKET_TIMEOUT = 3

0 commit comments

Comments
 (0)