diff --git a/README.rst b/README.rst index b1121629..dd233ab4 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/gallery_dl/version.py b/gallery_dl/version.py index ac4d9045..3db68c99 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__ = "1.6.0-dev" +__version__ = "1.6.0" diff --git a/test/test_results.py b/test/test_results.py index 06b1d18e..fa4cac08 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -25,6 +25,7 @@ TRAVIS_SKIP = { BROKEN = { "deviantart", "dokireader", + "hentaifoundry", }