Skip to content

Commit 055032e

Browse files
committed
Update setup.py and CHANGELOG.md for 0.3.22 release
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
1 parent 58e8db3 commit 055032e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

77
### Changed
88

9+
## 0.3.22 Beta Release 21
10+
11+
### Changed
12+
13+
* Add to_tuple methods to libcamera Rectangle and Size types
14+
* Add IMX500 support
15+
916
## 0.3.21 Beta Release 20
1017

1118
### Changed

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.21',
14+
version='0.3.22',
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)