Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 3, 2024
1 parent 6a27463 commit 63b8b91
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.1.6 (2024-07-03)

### Fix

* fix: replace _params with _content ([`4d8e622`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/4d8e622a8cfef25f404e90df32733f2aa1d86466))

* fix: first docstring attempt ([`2ba4152`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/2ba41527953b12c6a0526f274c42104dc9d0ed64))

### Unknown

* Merge pull request #16 from openearthplatforminitiative/fix/add-docstring-crop-health

Fix/add docstring crop health ([`6a27463`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/6a27463b1f340cd2aba1d00390d3658193c4e482))

## v0.1.5 (2024-07-02)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openepi-client"
version = "0.1.5"
version = "0.1.6"
description = "A python library for interacting with the OpenEPI data"
authors = ["Kenneth Stigen <kenneth.stigen@knowit.no>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "0.1.5"
__version__ = "0.1.6"

setup(
name="openepi-client",
Expand Down

0 comments on commit 63b8b91

Please sign in to comment.