Skip to content

Commit

Permalink
create patch release for version 0.4.3 (#479)
Browse files Browse the repository at this point in the history
This should be merged on monday.
This patch release fixes removing previous runs from the database.

see #478
  • Loading branch information
maurerle authored Nov 11, 2024
1 parent 0aec637 commit 7602914
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
license = {text = "AGPL-3.0-or-later"}
Expand Down

0 comments on commit 7602914

Please sign in to comment.