Release 2022.08.18.36

2022.08.18.36
pukkandan 2 years ago
parent 6657e7834f
commit 778763d9e6
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

@ -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…
Cancel
Save