mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-04-21 00:07:33 +00:00
Release 2022.08.18.36
This commit is contained in:
parent
6657e7834f
commit
778763d9e6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -264,7 +264,7 @@ jobs:
|
||||
- name: Make Update spec
|
||||
run: |
|
||||
echo "# This file is used for regulating self-update" >> _update_spec
|
||||
echo "lock 2022.07.18 .+ Python 3.6" >> _update_spec
|
||||
echo "lock 2022.08.18.36 .+ Python 3.6" >> _update_spec
|
||||
- name: Make SHA2-SUMS files
|
||||
run: |
|
||||
sha256sum artifact/yt-dlp | awk '{print $1 " yt-dlp"}' >> SHA2-256SUMS
|
||||
|
@ -11,6 +11,12 @@
|
||||
-->
|
||||
|
||||
|
||||
### 2022.08.18.36
|
||||
|
||||
* Revert "[ffmpeg] Set `ffmpeg_location` in a contextvar"
|
||||
* Revert "Remove Python 3.6 support"
|
||||
* Use `compat.re`
|
||||
|
||||
### 2022.08.19
|
||||
|
||||
* Fix bug in `--download-archive`
|
||||
|
@ -16,6 +16,7 @@ from devscripts.utils import read_version, write_file
|
||||
|
||||
|
||||
def get_new_version(revision):
|
||||
return read_version()
|
||||
version = datetime.utcnow().strftime('%Y.%m.%d')
|
||||
|
||||
if revision:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Autogenerated by devscripts/update-version.py
|
||||
|
||||
__version__ = '2022.08.19'
|
||||
__version__ = '2022.08.18.36'
|
||||
|
||||
RELEASE_GIT_HEAD = '48c88e088'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user