Skip to content

Commit

Permalink
Update setup.py and CHANGELOG.md for 0.3.22 release
Browse files Browse the repository at this point in the history
Signed-off-by: Naushir Patuck <[email protected]>
  • Loading branch information
naushir committed Sep 27, 2024
1 parent 58e8db3 commit 055032e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

### Changed

## 0.3.22 Beta Release 21

### Changed

* Add to_tuple methods to libcamera Rectangle and Size types
* Add IMX500 support

## 0.3.21 Beta Release 20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='picamera2',
version='0.3.21',
version='0.3.22',
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',
Expand Down

0 comments on commit 055032e

Please sign in to comment.