Skip to content

Commit 366a13a

Browse files
committed
Update setup.py and CHANGELOG.md for 0.3.29 release
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
1 parent 2abf57a commit 366a13a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
### Changed
88

9+
## 0.3.29 Beta Release 28
10+
11+
### Added
12+
13+
### Changed
14+
15+
* Fix for startup frames not being recycled.
16+
* Switch from v4l2-python3 to videodev2 library.
17+
918
## 0.3.28 Beta Release 27
1019

1120
### 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.28',
14+
version='0.3.29',
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)