update release script
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user