Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 27, 2023
1 parent 48c7ce9 commit a9958ae
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.2.1 (2023-02-27)
### Fix
* Coordinator api access ([`56a536e`](https://github.com/EuleMitKeule/EstimEnergy/commit/56a536e9ef1b54285c332c8f8cd9e06c69b69480))

## v0.2.0 (2023-02-27)
### Feature
* Implement coordinator client ([`c0a9462`](https://github.com/EuleMitKeule/EstimEnergy/commit/c0a9462f264c6867b1e856143f11a918d566f007))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from setuptools import setup

__version__ = '0.2.0'
__version__ = '0.2.1'

setup(
name='estimenergy_client',
Expand Down

0 comments on commit a9958ae

Please sign in to comment.