diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-04 00:45:21 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-04 00:45:21 +0000 |
commit | 282e19db827f0951c783ac946429f662bcf2200c (patch) | |
tree | 1ccb871362feb59d005f76cccdfbe0401cad6490 /yt_dlp/version.py | |
parent | 197d0b03b6a3c8fe4fa5ace630eeffec629bf72c (diff) |
Release 2024.11.042024.11.04
Created by: bashonly
:ci skip all
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 17d788184..75dc56367 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.10.22' +__version__ = '2024.11.04' -RELEASE_GIT_HEAD = '67adeb7bab00662ba55d473e405b301abb42fe61' +RELEASE_GIT_HEAD = '197d0b03b6a3c8fe4fa5ace630eeffec629bf72c' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.10.22' +_pkg_version = '2024.11.04' |