diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:06:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:06:48 +0000 |
commit | deb9c3cdb096ee4aa1cd29cdd249cd40bdff73e8 (patch) | |
tree | 28cdb51427d366c5e840a4a364c6fc078da925af /yt_dlp/version.py | |
parent | Releasing progress-linux version 2024.07.02-1~progress7.99u1. (diff) | |
download | yt-dlp-deb9c3cdb096ee4aa1cd29cdd249cd40bdff73e8.tar.xz yt-dlp-deb9c3cdb096ee4aa1cd29cdd249cd40bdff73e8.zip |
Merging upstream version 2024.07.07.
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 7581a3b..323b54c 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.07.02' +__version__ = '2024.07.07' -RELEASE_GIT_HEAD = '93d33cb29af9e2e84369ac43589d50ce8e0160ef' +RELEASE_GIT_HEAD = 'b337d2989ce0614651d363383f6f743d977248ef' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.07.02' +_pkg_version = '2024.07.07' |