Skip to content

Commit 2082fe6

Browse files
committed
Update setup.py and CHANGELOG.md for 0.3.30 release
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
1 parent 98184fa commit 2082fe6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

77
### Changed
88

9+
## 0.3.30 Beta Release 29
10+
11+
### Added
12+
13+
* Test for v4l2 encoder import.
14+
* Make the deprecated logging properties work for classes and instances.
15+
* Don't override LIBCAMERA_RPI_CONFIG_FILE env variable if present.
16+
17+
### Changed
18+
19+
* Fixups when using the new videodev2 packages.
20+
* Fix aegc test to reduce the change of false positives.
21+
922
## 0.3.29 Beta Release 28
1023

1124
### 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.29',
14+
version='0.3.30',
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)