Skip to content

Commit 7e654de

Browse files
committed
Release mitol-django-transcoding/v2025.4.10
1 parent 9f63017 commit 7e654de

File tree

4 files changed

+18
-44
lines changed

4 files changed

+18
-44
lines changed

src/transcoding/CHANGELOG.md

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

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

9+
<a id='changelog-2025.4.10'></a>
10+
## [2025.4.10] - 2025-04-10
11+
12+
### Fixed
13+
14+
- Fixed the exclude mp4 param for group settings
15+
16+
-->
17+
18+
### Security
19+
20+
- A bullet item for the Security category.
21+
22+
-->
23+
924
<a id='changelog-2025.4.8'></a>
1025
## [2025.4.8] - 2025-04-09
1126

src/transcoding/changelog.d/20250410_101632_umar.hassan8_7039_fix_mp4_exlude.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.4.8"
5+
__version__ = "2025.4.10"
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.4.8"
3+
version = "2025.4.10"
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.4.8"
16+
current_version = "2025.4.10"
1717
version_pattern = "YYYY.MM.DD[.INC0]"
1818

1919
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)