Skip to content

Commit f0c0be2

Browse files
author
Pablo Vasconez
committed
chore(version): update repo version
1 parent 8aab933 commit f0c0be2

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.2] - 2025-08-22
6+
7+
### Bug Fixes
8+
9+
#### Begemman
10+
11+
- Fix generation of excavation settings when Begemann is selected
12+
13+
514
## [1.1.1] - 2025-05-05
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.1.1"
7+
version = "1.1.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.1.1"
7+
__version__ = "1.1.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.1.1
4+
version: 1.1.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)