Skip to content

Commit e0e203f

Browse files
author
Pablo Vasconez
committed
chore(release): version 1.1.0
1 parent 223e331 commit e0e203f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

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

5+
## [1.1.0] - 2025-05-05
6+
7+
### Features
8+
9+
#### Pilecore_tension
10+
11+
- Add begemann excavation stress reducion in tension create_multi_cpt_payload
12+
13+
514
## [1.0.4] - 2025-04-30
615

716
### Documentation

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.4"
7+
version = "1.1.0"
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.4"
7+
__version__ = "1.1.0"

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.4
4+
version: 1.1.0
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)