Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Jan 7, 2021
1 parent b665abb commit f009a65
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.5.0 (unreleased)
## 0.5.0

### Features

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ A [youtube-dl][youtube-dl-website] extension with pluggable extractors
3. (optional) Install some plugins:
* using `dl-plus` itself:
```
dl-plus --cmd extractor install un1def/wasdtv
```
PyPI package names are supported too:
```
dl-plus --cmd extractor install dl-plus-extractor-un1def-wasdtv
```
* using [pipx][pipx-website]:
```
Expand Down
2 changes: 1 addition & 1 deletion src/dl_plus/const.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DL_PLUS_VERSION = '0.5.0.dev0'
DL_PLUS_VERSION = '0.5.0'
PLUGINS_PACKAGE = 'dl_plus.extractors'

0 comments on commit f009a65

Please sign in to comment.