Skip to content

Commit

Permalink
0.1.13
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 78cb44b commit 1f53883
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# CHANGELOG

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

### Unknown

* Merge pull request #24 from openearthplatforminitiative/fix/update-crop-readme

fix: adjust the readme to account for new crop changes ([`78cb44b`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/78cb44b51285913716ba2117350b97bfa93dfad4))

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

### Fix

* fix: adjust the readme to account for new crop changes ([`4e420d4`](https://github.com/openearthplatforminitiative/openepi-client-py/commit/4e420d45eb3dc6475ad29c618e6efcfc956036a2))

### Unknown

* Merge pull request #21 from openearthplatforminitiative/fix/add-weather-docs
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.12"
version = "0.1.13"
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.12"
__version__ = "0.1.13"

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

0 comments on commit 1f53883

Please sign in to comment.