diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:06:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:06:32 +0000 |
commit | 58349d8104500263d23cb33e8650919d8a40d90a (patch) | |
tree | ecccf4e2ff9c1d1e2b08c94c38a36c52dc23b88a /yt_dlp/version.py | |
parent | Adding debian version 2024.07.01-1. (diff) | |
download | yt-dlp-58349d8104500263d23cb33e8650919d8a40d90a.tar.xz yt-dlp-58349d8104500263d23cb33e8650919d8a40d90a.zip |
Merging upstream version 2024.07.02.
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 6e8fd3a..7581a3b 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.07.01' +__version__ = '2024.07.02' -RELEASE_GIT_HEAD = '5ce582448ececb8d9c30c8c31f58330090ced03a' +RELEASE_GIT_HEAD = '93d33cb29af9e2e84369ac43589d50ce8e0160ef' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.07.01' +_pkg_version = '2024.07.02' |