Skip to content

Commit

Permalink
0.1.11
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 c2b6084 commit ba00db0
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,13 @@
# CHANGELOG

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

### Unknown

* Merge pull request #22 from openearthplatforminitiative/fix/add-deforestation-docs

Fix/add deforestation docs ([`c2b6084`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/c2b60843e943a2cf4fd3123a81fc1ae222ad1db8))

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

### Unknown
Expand All @@ -16,8 +24,12 @@ Fix/add geojson flood docs ([`27bee45`](https://github.com/openearthplatforminit

* fix: specify geojson object ([`f96c256`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/f96c256c81182c48ab0be0e210ae8cf578db9852))

* fix: specify geojson object ([`317d102`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/317d1023b6ac95d0f6a91147978242211c03a3ed))

* fix: specify geojson response ([`62724a5`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/62724a56f6b2c6e3b56eb7f1303f62f63f403425))

* fix: add deforestation docstring ([`9e37546`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/9e37546d2903e7d6b20374cbf94ab84e9b5003cb))

* fix: add geocoding docstring ([`d91f9d7`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/d91f9d7994e856816bcf9cf273d759baecb507ba))

### Unknown
Expand All @@ -32,6 +44,8 @@ fix: add geocoding docstring ([`548a25a`](https://github.com/openearthplatformin

* formatting ([`54e7a33`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/54e7a33a8b7bbe73feea581442f5922f9cfcddee))

* formatting ([`4c16fe9`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/4c16fe90f2e123f6a594dddcc5481c4740f5fc71))

* formatting ([`9b695a2`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/9b695a2ca5a7d08f846f9010a50a5c732633d4cb))

## v0.1.8 (2024-07-03)
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.10"
version = "0.1.11"
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.10"
__version__ = "0.1.11"

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

0 comments on commit ba00db0

Please sign in to comment.