From 7782bc5459c5052bae7b64b8de59d704e58340fd Mon Sep 17 00:00:00 2001 From: Nicolas Clerc Date: Mon, 4 Nov 2024 17:31:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20bump=20release=20to=200.1?= =?UTF-8?q?1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added - Adds a filter by type in available runner jobs --- CHANGELOG.md | 5 ++++- setup.cfg | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b7ad6..f2e4fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to ## [Unreleased] +## [0.11.0] - 2024-11-04 + ### Added - Adds a filter by type in available runner jobs @@ -101,7 +103,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.10.0...main +[unreleased]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.11.0...main +[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 [0.9.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.7.0...v0.8.0 diff --git a/setup.cfg b/setup.cfg index 4622da6..81b51b9 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.10.0 +version = 0.11.0 author = Open FUN (France Universite Numerique) author_email = fun.dev@fun-mooc.fr license = MIT