Skip to content

Commit 68a2b3a

Browse files
author
Thijs Lukkezen
committed
chore(release): version 0.3.4
1 parent 508cee8 commit 68a2b3a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [0.3.4] - 2024-02-16
6+
7+
### Bug Fixes
8+
9+
- Raise RuntimeError with /get-task-status response "msg" value instead of "status_code" when "state"=="FAILURE"
10+
511
## [0.3.3] - 2024-02-14
612

713
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "py-pilecore"
7-
version = "0.3.3"
7+
version = "0.3.4"
88
description = "Public python SDK for the CEMS PileCore web-API."
99
requires-python = ">=3.9"
1010
dependencies = [

src/pypilecore/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__version__ = version("py-pilecore")
55
# during CI
66
except PackageNotFoundError:
7-
__version__ = "0.3.3"
7+
__version__ = "0.3.4"

0 commit comments

Comments
 (0)