Skip to content

Commit

Permalink
Merge pull request #27 from GermanoGuerrini/master
Browse files Browse the repository at this point in the history
Updated docs
  • Loading branch information
ricardo-correa authored Jun 20, 2024
2 parents 30a0d85 + 729ace7 commit 1caf9a5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
12 changes: 12 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

Version 2.17
-----------
* Added Conda-Forge repository

Version 2.16
-----------
* Fixed filename extraction in case of enclosing quotes

Version 2.14
-----------
* Improved v1 to v2 payload conversion

Version 2.13
-----------
* Fixed missing exception case that could lead to empty files
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
copyright = "2023, ECMWF"
author = "ECMWF"

release = "2.15"
version = "2.15"
release = "2.17"
version = "2.17"

# -- General configuration

Expand Down
10 changes: 8 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ Get your credentials
Install the WEkEO HDA client
----------------------------
The WEkEO HDA client is a python based library. It provides support for both Python 2.7.x and Python 3.
The WEkEO HDA client is a Python 3 based library.

You can Install the WEkEO HDA client via the package management system pip, by running on Unix/Linux the command shown below.
The package is available both on Pypi and Conda-Forge, so, depending on your requirements you can either install it via pip or via conda:

.. code-block:: shell
pip install hda
or

.. conda-block:: shell

conda install conda-forge::hda

This will also install the required dependencies.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read(fname):
return io.open(file_path, encoding="utf-8").read()


version = "2.16"
version = "2.17"

setuptools.setup(
name="hda",
Expand Down

0 comments on commit 1caf9a5

Please sign in to comment.