diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-18 05:45:05 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-18 05:45:05 +0000 |
commit | f9197295388b44ee0a8992cb00f361c7ef42acdb (patch) | |
tree | fff00f569cd1f7cfe79fa402bddf9c30d7a7fa32 /yt_dlp/version.py | |
parent | 7ea2787920cccc6b8ea30791993d114fbd564434 (diff) |
Release 2024.11.182024.11.18
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 75dc56367..f4b9400bc 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.11.04' +__version__ = '2024.11.18' -RELEASE_GIT_HEAD = '197d0b03b6a3c8fe4fa5ace630eeffec629bf72c' +RELEASE_GIT_HEAD = '7ea2787920cccc6b8ea30791993d114fbd564434' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.11.04' +_pkg_version = '2024.11.18' |