Skip to content

Commit

Permalink
Update setup.py and CHANGELOG.md for 0.3.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidplowman committed Jun 17, 2024
1 parent 30aa2c2 commit 07b3f23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@

### Changed

## 0.3.19 Beta Release 18

### Added

* Add an example showing how to forward images to other processes using zero-copy.
* Add a context manager method for capturing requests, e.g. `with picam2.captured_request() as r:`
* Encoders can skip frames, e.g. run at half the rate of the camera.

### Changed

* Configuration alignment fixed on Pi 5.
* Improve support for displays without alpha blending.

## 0.3.18 Beta Release 17

### Added
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.18',
version='0.3.19',
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 07b3f23

Please sign in to comment.