Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and karlTGA committed Apr 30, 2021
1 parent febdc3b commit e987b6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.3.2 (2021-04-30)
### Fix
* **main:** Add more supported os's ([`ddfe596`](https://github.com/gewv-tu-dresden/timeseries-client/commit/ddfe5965c52380696cc16c5c7e108b38de39bfc6))

## v0.3.1 (2021-04-29)
### Fix
* **main:** That if you deliver a start and a enddate, the enddate is not converted to the isoformat. ([`9ae4710`](https://github.com/gewv-tu-dresden/timeseries-client/commit/9ae471054c0966e5703f9738ea0a37d21a51b7de))
Expand Down
2 changes: 1 addition & 1 deletion gewv_timeseries_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# disable logger on default because this is a lib
logger.disable(__name__)

__version__ = "0.3.1"
__version__ = "0.3.2"
__all__ = ["TimeseriesClient"]

0 comments on commit e987b6d

Please sign in to comment.