diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:10:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:10:53 +0000 |
commit | de32d636282fd7e7f6f3177b8c92265986eef211 (patch) | |
tree | 2bfb70cd0494ca171d133203caa8bc93419eede3 /yt_dlp/version.py | |
parent | Adding debian version 2024.05.26-1. (diff) | |
download | yt-dlp-de32d636282fd7e7f6f3177b8c92265986eef211.tar.xz yt-dlp-de32d636282fd7e7f6f3177b8c92265986eef211.zip |
Merging upstream version 2024.05.27.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 415dc0e..a90b288 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.05.26' +__version__ = '2024.05.27' -RELEASE_GIT_HEAD = 'ae2af1104f80caf2f47544763a33db2c17a3e1de' +RELEASE_GIT_HEAD = '12b248ce60be1aa1362edd839d915bba70dbee4b' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.05.26' +_pkg_version = '2024.05.27' |