diff --git a/CHANGELOG.md b/CHANGELOG.md index 894450a6..e2689068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ ### Changed +## 0.3.12 Beta Release 11 + +### Added + +### Changed + +* Small bug that prevented the configuration of USB cams fixed. + ## 0.3.11 Beta Release 10 ### Added diff --git a/setup.py b/setup.py index c9749c43..394ea8f2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='picamera2', - version='0.3.11', + version='0.3.12', 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',