Skip to content

Commit be43802

Browse files
committed
Update setup.py and CHANGELOG.md for 0.3.20 release
1 parent 94de9bd commit be43802

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66

77
### Changed
88

9+
## 0.3.20 Beta Release 19
10+
11+
### Added
12+
13+
* Initial support for Hailo AI devices, including some examples.
14+
* IMX708 helper class so that the sensor HDR mode can be set with Python.
15+
16+
### Changed
17+
18+
* Improved handling of timeouts when cameras stop responding, including a mechanism for a complete
19+
reset if requests stop being returned.
20+
* Platform checking more robust.
21+
* Add missing flush parameter to captured_request() (for use with context manager).
22+
923
## 0.3.19 Beta Release 18
1024

1125
### Added

setup.py

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

1212
setup(
1313
name='picamera2',
14-
version='0.3.19',
14+
version='0.3.20',
1515
description='The libcamera-based Python interface to Raspberry Pi cameras, based on the original Picamera library',
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)