From 667e8ba13a1169024ac368feeb1f73555b67489a Mon Sep 17 00:00:00 2001 From: Daniel Scheffler Date: Tue, 15 Sep 2020 14:36:53 +0200 Subject: [PATCH] Replaced deprecated HTTP links. Updated version info. Signed-off-by: Daniel Scheffler --- HISTORY.rst | 6 ++++++ README.rst | 8 ++++---- py_tools_ds/version.py | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3c1c0a9..6c183b0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.15.6 (2020-09-15) +------------------- + +* Replaced deprecated HTTP links. + + 0.15.5 (2020-09-02) ------------------- diff --git a/README.rst b/README.rst index dc408fb..fcc3d1f 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ A collection of Python tools by Daniel Scheffler. * Free software: GNU General Public License v3 -* Documentation: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/doc/ +* Documentation: https://danschef.gitext-pages.gfz-potsdam.de/py_tools_ds/doc/ Status @@ -26,7 +26,7 @@ Status .. image:: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/pipeline.svg :target: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/commits/master .. image:: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/coverage.svg - :target: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/coverage/ + :target: https://danschef.gitext-pages.gfz-potsdam.de/py_tools_ds/coverage/ .. image:: https://img.shields.io/pypi/v/py_tools_ds.svg :target: https://pypi.python.org/pypi/py_tools_ds .. image:: https://anaconda.org/danschef/py_tools_ds/badges/version.svg @@ -91,6 +91,6 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage -.. _coverage: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/coverage/ -.. _nosetests: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/nosetests_reports/nosetests.html +.. _coverage: https://danschef.gitext-pages.gfz-potsdam.de/py_tools_ds/coverage/ +.. _nosetests: https://danschef.gitext-pages.gfz-potsdam.de/py_tools_ds/nosetests_reports/nosetests.html .. _conda: https://conda.io/docs/ diff --git a/py_tools_ds/version.py b/py_tools_ds/version.py index d8160dd..0af6aad 100644 --- a/py_tools_ds/version.py +++ b/py_tools_ds/version.py @@ -19,5 +19,5 @@ # You should have received a copy of the GNU Lesser General Public License along # with this program. If not, see . -__version__ = '0.15.5' -__versionalias__ = '20200902_01' +__version__ = '0.15.6' +__versionalias__ = '20200915_01' -- GitLab