diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-27 23:45:56 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-27 23:45:56 +0000 |
commit | 3ddbebb3c69c9da88d8030d54d9bff9c8f49465c (patch) | |
tree | adae217710a188086928634c896221275127ad5f /yt_dlp/version.py | |
parent | 48be862b32648bff5b3e553e40fca4dcc6e88b28 (diff) |
Release 2025.03.272025.03.27
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 50c6ed314..5893a099b 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2025.03.26' +__version__ = '2025.03.27' -RELEASE_GIT_HEAD = 'ecee97b4fa90d51c48f9154c3a6d5a8ffe46cd5c' +RELEASE_GIT_HEAD = '48be862b32648bff5b3e553e40fca4dcc6e88b28' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2025.03.26' +_pkg_version = '2025.03.27' |