Skip to content

Commit bbd730d

Browse files
committed
Update setup.py and CHANGELOG.md for 0.3.24 release
Signed-off-by: David Plowman <[email protected]>
1 parent 8a1ecb3 commit bbd730d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
## Unreleased (on "next" branch)
44

55
### Added
6+
7+
### Changed
8+
9+
## 0.3.24 Beta Release 23
10+
11+
### Added
12+
613
* FfmpegOutput support custom audio filter
714

815
### Changed
916

17+
* Updated for newer version of PyAV which we can use to encode
18+
more efficiently.
19+
1020
## 0.3.23 Beta Release 22
1121

1222
### 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.23',
14+
version='0.3.24',
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)