Skip to content

Commit

Permalink
Release mitol-django-transcoding/v2025.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
umar8hassan committed Feb 22, 2025
1 parent e001f03 commit d51660a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 84 deletions.
11 changes: 11 additions & 0 deletions src/transcoding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project uses date-based versioning.

<!-- scriv-insert-here -->

<a id='changelog-2025.2.22'></a>
## [2025.2.22] - 2025-02-22

### Added

- Added Transcoding App

### Fixed

- Fixed version tags

<a id='changelog-2025.2.21'></a>
## [2025.2.21] - 2025-2-21

Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/transcoding/mitol/transcoding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

default_app_config = "mitol.transcoding.apps.Transcoding"

__version__ = "2025.2.21"
__version__ = "2025.2.22"
__distributionname__ = "mitol-django-transcoding"
4 changes: 2 additions & 2 deletions src/transcoding/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mitol-django-transcoding"
version = "2025.2.21"
version = "2025.2.22"
description = "MIT Open Learning Django app extension for Transcoding jobs"
dependencies = [
"mitol-django-common",
Expand All @@ -14,7 +14,7 @@ license = "BSD-3-Clause"
requires-python = ">=3.8"

[tool.bumpver]
current_version = "2025.2.21"
current_version = "2025.2.22"
version_pattern = "YYYY.MM.DD[.INC0]"

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit d51660a

Please sign in to comment.