Skip to content

Commit 71b841e

Browse files
committed
preparing v2.6.5
1 parent fbd6435 commit 71b841e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
2.6.5
12
- running old driver gets killed when started with `python3` and `python`
3+
- fixed typo in label "Disconnect"
24

35
2.6.4
46
- fixed maximum exposure time for cameras reporting max < min (for instance for IMX296)

src/indi_pylibcamera/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
INDI driver for libcamera supported cameras
33
"""
44

5-
__version__ = "2.6.4"
5+
__version__ = "2.6.5"

src/indi_pylibcamera/indi_pylibcamera.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<devGroup group="CCDs">
33
<device label="INDI pylibcamera">
44
<driver name="INDI pylibcamera">indi_pylibcamera</driver>
5-
<version>2.6.4</version>
5+
<version>2.6.5</version>
66
</device>
77
</devGroup>
88
</driversList>

0 commit comments

Comments
 (0)