Skip to content

Commit

Permalink
chore(release): version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs Lukkezen committed May 17, 2024
1 parent 761f047 commit ce4d7c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.4.2] - 2024-05-17

### Features

- *(#64)* Auto convert pile-type-specification inputs to strings
- Bandwidth of attribute; resolve #69 (#70)
- Bandwidth of attribute; resolve #69 (#70)
- Bandwidth of attribute; resolve #69 (#70)
- Bandwidth of attribute; resolve #69 (#70)
- Bandwidth of attribute; resolve #69 (#70)
- Bandwidth of attribute; resolve #69 (#70)
- Bandwidth of attribute; resolve #69 (#70)
- Bandwidth of attribute; resolve #69 (#70)
- Bandwidth of attribute; resolve #69 (#70)

## [0.4.1] - 2024-05-02

### Documentation
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-pilecore"
version = "0.4.1"
version = "0.4.2"
description = "Public python SDK for the CEMS PileCore web-API."
requires-python = ">=3.9"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/pypilecore/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__version__ = version("py-pilecore")
# during CI
except PackageNotFoundError:
__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit ce4d7c5

Please sign in to comment.