diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-31 21:54:27 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-31 21:54:27 +0000 |
commit | 349f36606fa7fb658216334a73ac7825c13503c2 (patch) | |
tree | d35f0a1df8893f19427838100553a952bd27fe08 /yt_dlp/version.py | |
parent | 5e457af57fae9645b1b8fa0ed689229c8fb9656b (diff) |
Release 2025.03.312025.03.31
Created by: bashonly
:ci skip all
Diffstat (limited to 'yt_dlp/version.py')
-rw-r--r-- | yt_dlp/version.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yt_dlp/version.py b/yt_dlp/version.py index 5893a099b..1479cd960 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2025.03.27' +__version__ = '2025.03.31' -RELEASE_GIT_HEAD = '48be862b32648bff5b3e553e40fca4dcc6e88b28' +RELEASE_GIT_HEAD = '5e457af57fae9645b1b8fa0ed689229c8fb9656b' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2025.03.27' +_pkg_version = '2025.03.31' |