diff --git a/CHANGELOG.md b/CHANGELOG.md index 3131ba63..894450a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ ### Changed +## 0.3.11 Beta Release 10 + +### Added + +### Changed + +* The search path for tuning files (after the libcamera re-organisation) has been fixed. +* The built-in configuration objects (picamera2.preview_configuration etc.) are updated to work better with raw streams now that the latest libcamera is more efficient when we use them. + ## 0.3.10 Beta Release 9 ### Added diff --git a/setup.py b/setup.py index 42151f7a..c9749c43 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='picamera2', - version='0.3.10', + version='0.3.11', description='The libcamera-based Python interface to Raspberry Pi cameras, based on the original Picamera library', long_description=long_description, long_description_content_type='text/markdown',