Skip to content

Commit 63d377e

Browse files
committed
Release mitol-django-transcoding/v2025.4.8
1 parent db8b203 commit 63d377e

File tree

5 files changed

+12
-85
lines changed

5 files changed

+12
-85
lines changed

src/transcoding/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project uses date-based versioning.
66

77
<!-- scriv-insert-here -->
88

9+
<a id='changelog-2025.4.8'></a>
10+
## [2025.4.8] - 2025-04-09
11+
12+
### Changed
13+
14+
- Updated handling for multiple profiles in transcoding job
15+
16+
- Added handling to exclude file group with hls groups
17+
918
<a id='changelog-2025.3.17'></a>
1019
## [2025.3.17] - 2025-03-17
1120

src/transcoding/changelog.d/20250404_110423_umar.hassan8_7039_update_transcoding_app.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/transcoding/changelog.d/20250404_162424_umar.hassan8_7039_update_transcoding_app.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/transcoding/mitol/transcoding/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
default_app_config = "mitol.transcoding.apps.Transcoding"
44

5-
__version__ = "2025.3.17"
5+
__version__ = "2025.4.8"
66
__distributionname__ = "mitol-django-transcoding"

src/transcoding/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mitol-django-transcoding"
3-
version = "2025.3.17"
3+
version = "2025.4.8"
44
description = "MIT Open Learning Django app extension for Transcoding jobs"
55
dependencies = [
66
"mitol-django-common",
@@ -13,7 +13,7 @@ license = "BSD-3-Clause"
1313
requires-python = ">=3.10"
1414

1515
[tool.bumpver]
16-
current_version = "2025.3.17"
16+
current_version = "2025.4.8"
1717
version_pattern = "YYYY.MM.DD[.INC0]"
1818

1919
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)