Bump version, set release date

This commit is contained in:
Ivan Habunek
2022-08-18 09:42:11 +02:00
parent b43c9dc9b9
commit f289c93305
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [2.0.0 (TBA)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.0)
### [2.0.0 (2022-08-18)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.0)
This release switches from using `requests` to `httpx` for making http requests,
and from threads to `asyncio` for concurrency. This enables easier

View File

@ -1,5 +1,5 @@
2.0.0:
date: "TBA"
date: 2022-08-18
description: |
This release switches from using `requests` to `httpx` for making http
requests, and from threads to `asyncio` for concurrency. This enables

View File

@ -3,7 +3,7 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [2.0.0 (TBA)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.0)
### [2.0.0 (2022-08-18)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.0)
This release switches from using `requests` to `httpx` for making http requests,
and from threads to `asyncio` for concurrency. This enables easier

View File

@ -11,7 +11,7 @@ makes it faster.
setup(
name="twitch-dl",
version="1.22.0",
version="2.0.0",
description="Twitch downloader",
long_description=long_description.strip(),
author="Ivan Habunek",

View File

@ -1,3 +1,3 @@
__version__ = "1.22.0"
__version__ = "2.0.0"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"