Skip to content

Commit

Permalink
🔖(patch) bump release to 0.12.1
Browse files Browse the repository at this point in the history
Fixed

- Do not process thumbnail for video without video stream
  • Loading branch information
lunika committed Nov 13, 2024
1 parent 9128a47 commit 43a8d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to

## [Unreleased]

## [0.12.1] - 2024-11-13

### Fixed

- Do not process thumbnail for video without video stream
Expand Down Expand Up @@ -113,7 +115,8 @@ and this project adheres to
- add django_peertube_runner_connector app
- add basic quality tools + testing suite

[unreleased]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.12.0...main
[unreleased]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.12.1...main
[0.12.1]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.9.0...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = django_peertube_runner_connector
description = A django application to connect to a peertube runner and transcode videos
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
version = 0.12.0
version = 0.12.1
author = Open FUN (France Universite Numerique)
author_email = fun.dev@fun-mooc.fr
license = MIT
Expand Down

0 comments on commit 43a8d34

Please sign in to comment.