Skip to content

Commit

Permalink
Change setup.py and CHANGELOG.md for 0.3.10 release
Browse files Browse the repository at this point in the history
Signed-off-by: David Plowman <[email protected]>
  • Loading branch information
davidplowman committed Jun 28, 2023
1 parent cff339b commit dd98434
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dd98434

Please sign in to comment.