diff --git a/README.rst b/README.rst index 3f291baf..9dc9a57b 100644 --- a/README.rst +++ b/README.rst @@ -179,7 +179,7 @@ or you can provide them directly via the .. _Requests: https://pypi.python.org/pypi/requests/ .. _PyPI: https://pypi.python.org/pypi .. _pip: https://pip.pypa.io/en/stable/ -.. _stable: https://github.com/mikf/gallery-dl/archive/v0.8.3.zip +.. _stable: https://github.com/mikf/gallery-dl/archive/v0.8.4.zip .. _dev: https://github.com/mikf/gallery-dl/archive/master.zip .. |pypi| image:: https://img.shields.io/pypi/v/gallery-dl.svg diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 0404bc43..4ef1d763 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.8.4" +__version__ = "0.8.5-dev" diff --git a/scripts/release.sh b/scripts/release.sh index 89a78926..a4a48c03 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -24,7 +24,7 @@ update() { cd "${ROOTDIR}" echo Updating version to ${NEWVERSION} sed -i "s#\"${PYVERSION}\"#\"${NEWVERSION}\"#" "gallery_dl/version.py" - sed -i "s#/v${OLDVERSION}/#/v${NEWVERSION}/#" "README.rst" + sed -i "s#v${OLDVERSION}#v${NEWVERSION}#" "README.rst" } update-dev() { diff --git a/test/test_extractors.py b/test/test_extractors.py index b95d2076..61e338e3 100644 --- a/test/test_extractors.py +++ b/test/test_extractors.py @@ -51,7 +51,7 @@ skip = [ # dont work on travis-ci "exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie", # temporary issues - "imagebam", + "e621", ] # enable selective testing for direct calls if __name__ == '__main__' and len(sys.argv) > 1: