update release script

This commit is contained in:
Mike Fährmann
2017-05-22 08:47:58 +02:00
parent 8db3a2fea8
commit 398506da45
4 changed files with 4 additions and 4 deletions

View File

@@ -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

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__ = "0.8.4"
__version__ = "0.8.5-dev"

View File

@@ -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() {

View File

@@ -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: