From dd984341d3fda13f1c08c41dc93e25625853bcfe Mon Sep 17 00:00:00 2001 From: David Plowman Date: Wed, 28 Jun 2023 11:41:08 +0100 Subject: [PATCH] Change setup.py and CHANGELOG.md for 0.3.10 release Signed-off-by: David Plowman --- CHANGELOG.md | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21883f5b..3131ba63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ ### Changed +## 0.3.10 Beta Release 9 + +### Added + +* Support for running multiple encoders, either on the same or different streams. +* Pathlib objects now supported. + +### Changed + +* The camera can be stopped more quickly. +* Fix problem passing modes from the sensor mode list to the configure methods. +* H264 encoder quality was having no effect on bitrate - fixed. +* ffmpegoutput - wait correctly for it to finish when we stop it. +* Amount of CMA memory required is reduced for many use cases. + ## 0.3.9 Beta Release 8 ## Unreleased (on "next" branch) diff --git a/setup.py b/setup.py index 7e1ef000..42151f7a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='picamera2', - version='0.3.9', + version='0.3.10', 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',