Browse Source

Bump version -> 0.4

doc-issue-template
MrS0m30n3 7 years ago
parent
commit
1aa8a7faf4
3 changed files with 8 additions and 8 deletions
  1. 2
      .github/ISSUE_TEMPLATE.md
  2. 12
      README.md
  3. 2
      youtube_dl_gui/version.py

2
.github/ISSUE_TEMPLATE.md

@ -22,7 +22,7 @@ All invalid issues will be rejected!!
- Make sure to read the [FAQs](https://github.com/MrS0m30n3/youtube-dl-gui/blob/master/docs/faqs.md) file
- [ ] **I think** my problem is **NOT** with **youtube-dl**
- [ ] I've **verified** and **i assure** that I'm running youtube-dl-gui **0.3.8**
- [ ] I've **verified** and **i assure** that I'm running youtube-dl-gui **0.4**
- [ ] **I assure** that i am using the latest version of **youtube-dl**
- [ ] [Searched](https://github.com/MrS0m30n3/youtube-dl-gui/issues) bugtracker
- [ ] I've read the FAQs file

12
README.md

@ -11,20 +11,20 @@ A cross platform front-end GUI of the popular [youtube-dl](https://rg3.github.io
* [FFmpeg](https://ffmpeg.org/download.html) (optional, to post process video files)
## Downloads
* [Source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.zip)
* [Source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.tar.gz)
* [PyPi](https://pypi.python.org/pypi/youtube-dlg/0.3.8)
* [Source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.zip)
* [Source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.tar.gz)
* [PyPi](https://pypi.python.org/pypi/youtube-dlg/0.4)
* [Ubuntu PPA](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/)
* [Arch AUR](https://aur.archlinux.org/packages/youtube-dl-gui-git/)
* [Slackware SlackBuild](https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/)
* [Windows Installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-setup.zip)
* [Windows Portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-portable.zip)
* [Windows Installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-setup.zip)
* [Windows Portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-portable.zip)
## Installation
### Install From Source
1. Download & extract the source
2. Change directory into *youtube-dl-gui-0.3.8*
2. Change directory into *youtube-dl-gui-0.4*
3. Run `python setup.py install`
### Install PyPi

2
youtube_dl_gui/version.py

@ -2,4 +2,4 @@
from __future__ import unicode_literals
__version__ = '0.3.8'
__version__ = '0.4'
Loading…
Cancel
Save