From 138e39686bbd57f2a1596a3a19fc7d8427c65d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 25 Jan 2017 02:31:36 +0100 Subject: [PATCH] bump version to 0.6.3 --- README.rst | 22 +++++++++++++++++++--- gallery_dl/version.py | 2 +- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 10f3421501..9aefd43e26 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,11 @@ gelbooru.com and several more (see `Supported Sites`_). It requires Python 3.3+ to run and works on Unix-like systems as well as Windows. +|pypi| |build| + +.. section-numbering:: + + Installation ============ @@ -26,6 +31,8 @@ or directly from GitHub: $ cd gallery-dl $ python3 setup.py install +Windows users can also download a `standalone executable`_. + Usage ===== @@ -54,7 +61,7 @@ Get the direct URL of an image from a site that requires authentication: .. code:: bash - $ gallery-dl -g -u -p http://seiga.nicovideo.jp/seiga/im3211703 + $ gallery-dl -g -u -p http://seiga.nicovideo.jp/seiga/im3211703 | Search a remote resource for URLs and download images from them: @@ -141,9 +148,18 @@ or you can provide them directly via the $ gallery-dl -u -p URL $ gallery-dl -o username= -o password= URL -.. _gallery-dl.conf: https://github.com/mikf/gallery-dl/blob/master/gallery-dl.conf -.. _Complete List: https://github.com/mikf/gallery-dl/blob/master/supportedsites.rst + +.. _gallery-dl.conf: https://github.com/mikf/gallery-dl/blob/master/gallery-dl.conf +.. _Complete List: https://github.com/mikf/gallery-dl/blob/master/supportedsites.rst +.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v0.6.3/gallery-dl.exe .. _Python: https://www.python.org/downloads/ .. _Requests: https://pypi.python.org/pypi/requests/ .. _PyPI: https://pypi.python.org/pypi .. _pip: https://pip.pypa.io/en/stable/ + + +.. |pypi| image:: https://img.shields.io/pypi/v/gallery-dl.svg + :target: https://pypi.python.org/pypi/gallery-dl + +.. |build| image:: https://travis-ci.org/mikf/gallery-dl.svg?branch=master + :target: https://travis-ci.org/mikf/gallery-dl diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 03f81c5f99..0db7037355 100644 --- a/gallery_dl/version.py +++ b/gallery_dl/version.py @@ -6,4 +6,4 @@ # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. -__version__ = "0.6.2" +__version__ = "0.6.3"