Skip to content

Commit

Permalink
Update setup.py and CHANGELOG.md for 0.3.24 release
Browse files Browse the repository at this point in the history
Signed-off-by: David Plowman <[email protected]>
  • Loading branch information
davidplowman committed Jan 8, 2025
1 parent 8a1ecb3 commit bbd730d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@
## Unreleased (on "next" branch)

### Added

### Changed

## 0.3.24 Beta Release 23

### Added

* FfmpegOutput support custom audio filter

### Changed

* Updated for newer version of PyAV which we can use to encode
more efficiently.

## 0.3.23 Beta Release 22

### Added
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.23',
version='0.3.24',
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 bbd730d

Please sign in to comment.