Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Mar 1, 2023
1 parent 050aa2c commit 5ad4944
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 5ad4944

Please sign in to comment.