mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Bump version
This commit is contained in:
parent
678bf11a8a
commit
bb2de4af96
@ -1,6 +1,11 @@
|
||||
Twitch Downloader change log
|
||||
============================
|
||||
|
||||
1.13.0 (2020-11-10)
|
||||
-------------------
|
||||
|
||||
* Added `clips` command for listing and batch downloading clips (#26)
|
||||
|
||||
1.12.1 (2020-09-29)
|
||||
-------------------
|
||||
|
||||
|
@ -32,14 +32,14 @@ Run the archive by either:
|
||||
a) passing it to python:
|
||||
|
||||
```
|
||||
python3 twitch-dl.1.10.2.pyz --help
|
||||
python3 twitch-dl.1.13.0.pyz --help
|
||||
```
|
||||
|
||||
b) making it executable and invoking it directly (linux specific):
|
||||
|
||||
```
|
||||
chmod +x twitch-dl.1.10.2.pyz
|
||||
./twitch-dl.1.10.2.pyz --help
|
||||
chmod +x twitch-dl.1.13.0.pyz
|
||||
./twitch-dl.1.13.0.pyz --help
|
||||
```
|
||||
|
||||
Feel free to rename the archive to something more managable, like `twitch-dl`.
|
||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ makes it faster.
|
||||
|
||||
setup(
|
||||
name='twitch-dl',
|
||||
version='1.12.1',
|
||||
version='1.13.0',
|
||||
description='Twitch downloader',
|
||||
long_description=long_description.strip(),
|
||||
author='Ivan Habunek',
|
||||
|
@ -1,3 +1,3 @@
|
||||
__version__ = "1.12.1"
|
||||
__version__ = "1.13.0"
|
||||
|
||||
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
||||
|
Loading…
Reference in New Issue
Block a user