From ef58a7f0ff5758021b90a059e9ab6da84488203c Mon Sep 17 00:00:00 2001 From: matnoel Date: Tue, 10 Sep 2024 12:15:23 +0200 Subject: [PATCH] Update version --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8198082b..54ab11b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ This document describes the changes made to the project. +## 1.2.2 (September 10, 2024): + +- Updated docstrings. +- Updated simulations/_phasefield.py solver. +- Updated Bc Config. +- Updated tests. +- Updated _Additional_Points(). +- Updated Mesh_Beams(). + ## 1.2.1 (August 17, 2024): - Updated docstrings. diff --git a/pyproject.toml b/pyproject.toml index c0dc071f..861b0410 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "EasyFEA" -version = "1.2.1" +version = "1.2.2" description = "User-friendly Python library that simplifies finite element analysis." authors = [ {name = "Matthieu Noel", email = "matthieu.noel7@gmail.com"}