From b66ffc412cf8f77a93345c0724030551d899c426 Mon Sep 17 00:00:00 2001 From: Henri BAUDESSON Date: Thu, 21 Dec 2023 13:55:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(release)=20bump=20release=20to=200?= =?UTF-8?q?.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed - Download video is now a redirect Fixed - Crash when properties were missing from probe --- CHANGELOG.md | 5 ++++- setup.cfg | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33dc2f4..c106139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to ## [Unreleased] +## [0.5.0] - 2023-12-21 + ## Changed - Download video is now a redirect @@ -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 diff --git a/setup.cfg b/setup.cfg index faf69a6..7845801 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = fun.dev@fun-mooc.fr license = MIT