From 76029143848a1e8552f0957e22a8063ee4d6ad84 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Mon, 11 Nov 2024 08:53:39 +0100 Subject: [PATCH] create patch release for version 0.4.3 (#479) This should be merged on monday. This patch release fixes removing previous runs from the database. see #478 --- docs/source/release_notes.rst | 12 +++++++++++- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index fb164363..9c43725c 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -13,8 +13,18 @@ Upcoming Release The features in this section are not released yet, but will be part of the next release! To use the features already you have to install the main branch, e.g. ``pip install git+https://github.com/assume-framework/assume`` +v0.4.3 - (11th November 2024) +=========================================== + +**Improvements:** + - **Documentation**: added codespell hook to pre-commit which checks for spelling errors in documentation and code + +**Bugfixes:** + - **Simulation**: Delete simulation results for same simulation prior to run (as before v0.4.2) + +**Full Changelog**: [v0.4.2...v0.4.3](https://github.com/assume-framework/assume/compare/v0.4.2...v0.4.3) -v0.4.2 - Latest Release (5th November 2024) +v0.4.2 - (5th November 2024) =========================================== **New Features:** diff --git a/pyproject.toml b/pyproject.toml index 8ce85a94..4ea505c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "assume-framework" -version = "0.4.2" +version = "0.4.3" description = "ASSUME - Agent-Based Electricity Markets Simulation Toolbox" authors = [{ name = "ASSUME Developers", email = "contact@assume-project.de"}] license = {text = "AGPL-3.0-or-later"}