diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:24:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:24:34 +0000 |
commit | c94c26ea350ce21e663a84b0177aedce9cd93bb8 (patch) | |
tree | 9de0d239b35411e1fa6feaf05e26b3f4483adad2 /yt_dlp/version.py | |
parent | Adding debian version 2024.08.01-1. (diff) | |
download | yt-dlp-c94c26ea350ce21e663a84b0177aedce9cd93bb8.tar.xz yt-dlp-c94c26ea350ce21e663a84b0177aedce9cd93bb8.zip |
Merging upstream version 2024.08.06.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 81d1c2c..6633a11 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.08.01' +__version__ = '2024.08.06' -RELEASE_GIT_HEAD = 'ffd7781d6588926f820b44a34b9e6e3068fb9f97' +RELEASE_GIT_HEAD = '4d9231208332d4c32364b8cd814bff8b20232cae' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.08.01' +_pkg_version = '2024.08.06' |