Skip to content

Commit

Permalink
🔖(release) bump release to 0.5.0
Browse files Browse the repository at this point in the history
Changed

- Download video is now a redirect

Fixed

- Crash when properties were missing from probe
  • Loading branch information
polyhb committed Dec 21, 2023
1 parent 6aaa76a commit b66ffc4
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.5.0] - 2023-12-21

## Changed

- Download video is now a redirect
Expand Down Expand Up @@ -60,7 +62,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.4.0...main
[unreleased]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.5.0...main
[0.5.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.2.0...v0.3.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.4.0
version = 0.5.0
author = Open FUN (France Universite Numerique)
author_email = [email protected]
license = MIT
Expand Down

0 comments on commit b66ffc4

Please sign in to comment.