Skip to content

Commit 71564a3

Browse files
author
Pablo Vasconez
committed
chore(release): version 1.0.2
1 parent 4c46690 commit 71564a3

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

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

5+
## [1.0.2] - 2025-04-16
6+
7+
### Bug Fixes
8+
9+
#### Ci
10+
11+
- Use ubuntu-latest for docs CI
12+
13+
#### Viewers
14+
15+
- Fix rendering of result viewers in jupyter notebooks
16+
17+
18+
### Miscellaneous Tasks
19+
20+
#### Deps
21+
22+
- Bump cfn-lint from 1.25.1 to 1.33.2
23+
24+
525
## [1.0.1] - 2025-04-15
626

727
### 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 = "1.0.1"
7+
version = "1.0.2"
88
description = "Public python SDK for the CEMS PileCore web-API."
99
requires-python = ">=3.11"
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__ = "1.0.1"
7+
__version__ = "1.0.2"

tests/openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: PileCore
4-
version: 1.0.1
4+
version: 1.0.2
55
description: >-
66
PileCore aims to give you the full pile calculation utilities without an
77
engineer in the loop. This means that calculations must be able to run from

0 commit comments

Comments
 (0)