Skip to content

Commit

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

- Support django 5.0
- Enable logger in socketio server

Changed

- Transcoding ended callback also called when transcoding failed

Fixed

- Division by zero when calculating the average fps
  • Loading branch information
polyhb committed Dec 14, 2023
1 parent a66a4de commit 3e2450d
Show file tree
Hide file tree
Showing 2 changed files with 6 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.4.0] - 2023-12-14

## Added

- Support django 5.0
Expand Down Expand Up @@ -50,7 +52,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.3.1...main
[unreleased]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.4.0...main
[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
[0.2.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.1.0...v0.2.0
Expand Down
3 changes: 2 additions & 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.3.1
version = 0.4.0
author = Open FUN (France Universite Numerique)
author_email = fun.dev@fun-mooc.fr
license = MIT
Expand All @@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
keywords =
peertube
Expand Down

0 comments on commit 3e2450d

Please sign in to comment.