diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-01-26 03:54:22 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-01-26 03:54:22 +0000 |
commit | 5ff7a43623e3a92270f66a7e37b5fc53d7a57fdf (patch) | |
tree | 062c49fab13467bd776d388e69798e52b298420d /yt_dlp/version.py | |
parent | 3b4531934465580be22937fecbb6e1a3a9e2334f (diff) |
Release 2025.01.262025.01.26
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 e7588aebb..4f7a2ec90 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2025.01.15' +__version__ = '2025.01.26' -RELEASE_GIT_HEAD = 'c8541f8b13e743fcfa06667530d13fee8686e22a' +RELEASE_GIT_HEAD = '3b4531934465580be22937fecbb6e1a3a9e2334f' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2025.01.15' +_pkg_version = '2025.01.26' |