Skip to content

Commit 479c738

Browse files
committed
correct version
Signed-off-by: Martin <[email protected]>
1 parent d25822d commit 479c738

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2023-03-06: correct ini file offset sign (same value as in EEPROM), fix comments [d25822d]
12
2022-10-18: update build process, create OpenHantek6022 header file with FW version [01b82fd]
23
2022-07-29: update README, add status badges [00a965f]
34
2022-07-29: upversion to 2.10.4 [6737826]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# Update also "const uint16_t DSO602x_FW_VER = 0xXXYY" in "OpenHantek6022/openhantek/res/firmware/dso602x_fw_version.h"
1010

11-
__version__ = '2.10.4'
11+
__version__ = '2.10.5'
1212

1313

1414
from setuptools import setup

0 commit comments

Comments
 (0)