release version 1.6.0

This commit is contained in:
Mike Fährmann
2018-11-17 18:28:02 +01:00
parent ea9d1b6501
commit d4b2b73bef
3 changed files with 4 additions and 3 deletions

View File

@@ -208,8 +208,8 @@ access to *gallery-dl*. Authorize it and you will he shown one or more
.. _gallery-dl-example.conf: https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl-example.conf
.. _configuration.rst: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst
.. _Supported Sites: https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst
.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.5.3/gallery-dl.exe
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.5.3.zip
.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.6.0/gallery-dl.exe
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.0.zip
.. _dev: https://github.com/mikf/gallery-dl/archive/master.zip
.. _Python: https://www.python.org/downloads/

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.6.0-dev"
__version__ = "1.6.0"

View File

@@ -25,6 +25,7 @@ TRAVIS_SKIP = {
BROKEN = {
"deviantart",
"dokireader",
"hentaifoundry",
}