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 | d2e3baa8e38c000da1ed23fc11c590f43cb56224 (patch) | |
tree | bd0e2817231dc23c19bcb71134a098ed0801fc80 /yt_dlp/version.py | |
parent | Adding upstream version 2024.05.26. (diff) | |
download | yt-dlp-d2e3baa8e38c000da1ed23fc11c590f43cb56224.tar.xz yt-dlp-d2e3baa8e38c000da1ed23fc11c590f43cb56224.zip |
Adding upstream version 2024.05.27.upstream/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' |