Skip to content

Commit

Permalink
chore(release): version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Jul 25, 2024
1 parent 4b8655c commit 89c9551
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.2.1] - 2024-07-25

### Bug Fixes

- *(SBRb)* Change A3 values for day 3 and 4
- *(SBR)* Paging wfs query

### Miscellaneous Tasks

- *(SBR)* Update notebook add matplotlib widget
- *(SBR)* Use Line2D in plot legend
- *(SBR)* Relocated referenceLocation to CUR codeblock

## [0.2.0] - 2024-06-21

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py-vibracore"
version = "0.2.0"
version = "0.2.1"
description = "Public python SDK for the CEMS VibraCore web-API."
requires-python = ">=3.9"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/pyvibracore/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 89c9551

Please sign in to comment.