We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f0e3e commit 0a48dabCopy full SHA for 0a48dab
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.8.1] - 2024-10-31
6
+
7
+### Bug Fixes
8
9
+- *(plaxis_2d)* Fix the return of the plaxis global object
10
11
## [0.8.0] - 2024-10-31
12
13
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "plxcontroller"
-version = "0.8.0"
+version = "0.8.1"
description = "Controllers to create and modify Plaxis 2D and 3D models with enhanced functionalities."
requires-python = ">=3.9"
dependencies = [
0 commit comments