Skip to content

Commit

Permalink
Update setup.py and CHANGELOG.md for 0.3.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidplowman committed Apr 18, 2024
1 parent adcefaa commit a89eb1d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

### Changed

## 0.3.18 Beta Release 17

### Added

* Yolov5s TensorFlow example.
* MJPEG server example with 90/270 degree rotation.

### Changed

* File descriptor leak fixed when closing DmaAllocator.
* EGL memory leak fied.
* Missing R16 mono raw format added for Pi 5.
* Minor LibavH264Encoder improvements.

## 0.3.17 Beta Release 16

### 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.17',
version='0.3.18',
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 a89eb1d

Please sign in to comment.