diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:50 +0000 |
commit | 59990640308fb5ae92582d6222c43a8a44736823 (patch) | |
tree | 054c7bce7b78e7cc18cf8a923298444500c99bd2 /yt_dlp/version.py | |
parent | Adding upstream version 2024.07.25. (diff) | |
download | yt-dlp-59990640308fb5ae92582d6222c43a8a44736823.tar.xz yt-dlp-59990640308fb5ae92582d6222c43a8a44736823.zip |
Adding upstream version 2024.08.01.upstream/2024.08.01
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 e641bf5..81d1c2c 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.07.25' +__version__ = '2024.08.01' -RELEASE_GIT_HEAD = 'f0993391e6052ec8f7aacc286609564f226943b9' +RELEASE_GIT_HEAD = 'ffd7781d6588926f820b44a34b9e6e3068fb9f97' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.07.25' +_pkg_version = '2024.08.01' |