File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
11
## [ 0.3.3] - 2024-02-14
6
12
7
13
### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " py-pilecore"
7
- version = " 0.3.3 "
7
+ version = " 0.3.4 "
8
8
description = " Public python SDK for the CEMS PileCore web-API."
9
9
requires-python = " >=3.9"
10
10
dependencies = [
Original file line number Diff line number Diff line change 4
4
__version__ = version ("py-pilecore" )
5
5
# during CI
6
6
except PackageNotFoundError :
7
- __version__ = "0.3.3 "
7
+ __version__ = "0.3.4 "
You can’t perform that action at this time.
0 commit comments