From 8d0b446f4d2aaaf2dda6b7a17bbb034eddd44cb3 Mon Sep 17 00:00:00 2001 From: Martin Pontius Date: Thu, 20 Aug 2020 14:37:16 +0200 Subject: [PATCH] Update documentation --- AUTHORS.rst | 2 +- HISTORY.rst | 7 +++++++ setup.py | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index d912bdf..ec1b34e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -10,4 +10,4 @@ Development Lead Contributors ------------ -None yet. Why not be the first? +* Martin Pontius diff --git a/HISTORY.rst b/HISTORY.rst index 0787d8c..c91130f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,3 +6,10 @@ History ------------------ * First release on PyPI. + + +0.2.0 (2020-08-20) +------------------ + +* Add method get_feature_of_interest() +* Add example for accessing and plotting sensor data diff --git a/setup.py b/setup.py index 1527488..ab5bab7 100644 --- a/setup.py +++ b/setup.py @@ -42,9 +42,9 @@ setup_requires=setup_requirements, test_suite='tests', tests_require=test_requirements, - url='https://github.com/alchav06/sos4py', - download_url='https://github.com/alchav06/sos4py/archive/v_0.1.0.tar.gz', + url='https://github.com/52North/sos4py', + download_url='https://github.com/52North/sos4py/archive/v0.2.0.tar.gz', version='0.2.0', zip_safe=False, - + )