From 5ad4944b281eae90e801297999222e31f8da699a Mon Sep 17 00:00:00 2001 From: anikaweinmann Date: Wed, 1 Mar 2023 12:49:30 +0100 Subject: [PATCH] v3 --- CHANGELOG.md | 14 ++++++++++++++ docs/docs/02_installation.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a162c..71bda35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,20 @@ Types of changes ## [Unreleased] +## [0.3.0] - 2023-03-01 +### Fixed +* Initialize Job from dict + +### Changed +* not mocked tests +* improved mapset management + +### Added +* own logging +* linting (black) +* Enhance docs +* vector and raster management + ## [0.2.0] - 2022-11-22 ### Changed * Restructured mapset management diff --git a/docs/docs/02_installation.md b/docs/docs/02_installation.md index 32e202f..16b1aa6 100644 --- a/docs/docs/02_installation.md +++ b/docs/docs/02_installation.md @@ -2,7 +2,7 @@ You can install the the actinia Python library via: ``` -VERSION="0.1.2" +VERSION="0.3.0" pip3 install "actinia-python-client @ https://github.com/mundialis/actinia-python-client/releases/download/${VERSION}/actinia_python_client-${VERSION}-py3-none-any.whl" ``` For newest version see [releases](https://github.com/mundialis/actinia-python-client/releases).