diff --git a/Changelog.md b/Changelog.md index 194d75e8ac2a..a7bad2608f4f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,15 @@ # To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master --> +### 2024.07.23.111800 + +#### Core changes +- [change test info](https://github.com/yt-dlp/yt-dlp/commit/2da55e564740ec306b15ad71474d647a4b727b52) by [pukkandan](https://github.com/pukkandan) +- [fix tests](https://github.com/yt-dlp/yt-dlp/commit/9b09be31d0b5898fd54f7abd4fcb15496edebdae) by [pukkandan](https://github.com/pukkandan) +- [fix tests](https://github.com/yt-dlp/yt-dlp/commit/23fc1167b3510942e10e1145ff1f6ef51f7bb22a) by [pukkandan](https://github.com/pukkandan) +- [implement changes for sinusbot](https://github.com/yt-dlp/yt-dlp/commit/e52dea51f4c952f3884bf21ba62eb3f422bdf827) by [pukkandan](https://github.com/pukkandan) +- [use working tests](https://github.com/yt-dlp/yt-dlp/commit/5bf516969d1659f1eee3a99df11bc71b8fbb8ed3) by [pukkandan](https://github.com/pukkandan) + ### 2024.07.16 #### Core changes diff --git a/README.md b/README.md index 3ed8717f0a9b..66ea05a6fd2b 100644 --- a/README.md +++ b/README.md @@ -301,10 +301,10 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git --no-update Do not check for updates (default) --update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version. CHANNEL can be a repository as well. CHANNEL - and TAG default to "stable" and "latest" - respectively if omitted; See "UPDATE" for - details. Supported channels: stable, - nightly, master + and TAG default to "denizkoekden/yt- + dlp_sinusbot" and "latest" respectively if + omitted; See "UPDATE" for details. Supported + channels: stable, nightly, master -i, --ignore-errors Ignore download and postprocessing errors. The download will be considered successful even if the postprocessing fails diff --git a/yt_dlp/version.py b/yt_dlp/version.py index db5b342d1e0d..7e819dbb2ab3 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,15 +1,15 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.07.16' +__version__ = '2024.07.23.111800' -RELEASE_GIT_HEAD = '89a161e8c62569a662deda1c948664152efcb6b4' +RELEASE_GIT_HEAD = '23fc1167b3510942e10e1145ff1f6ef51f7bb22a' VARIANT = None UPDATE_HINT = None -CHANNEL = 'stable' +CHANNEL = 'denizkoekden/yt-dlp_sinusbot' -ORIGIN = 'yt-dlp/yt-dlp' +ORIGIN = 'denizkoekden/yt-dlp_sinusbot' -_pkg_version = '2024.07.16' +_pkg_version = '2024.07.23.111800'