Skip to content

Commit

Permalink
Merge pull request #1966 from open-dynaMIX/release-v8.0.0-beta.25
Browse files Browse the repository at this point in the history
chore: release v8.0.0-beta.25
  • Loading branch information
open-dynaMIX authored Feb 17, 2023
2 parents 334e3a5 + 3a04afd commit af4a616
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v8.0.0-beta.25 (17 February 2023)

This release provides a management command for recalculating calculated Answers that
contain values from `TableQuestions`. Due to a bug, answers to calculated questions
were wrong under certain conditions, if they contained values from table rows. This
command recalculates all of them.

If you use `CalculatedFloatQuestions` in your forms, it is advised to run this command:

```shell
python manage.py recalculate_calc_answers
```

### Fix
* Replace faulty migration for calc answers with a command ([`4a3e85c`](https://github.com/projectcaluma/caluma/commit/4a3e85cf5a1ac105541dde1b04d8081d01a90e12))


# v8.0.0-beta.24 (17 February 2023)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "caluma"
version = "8.0.0-beta.24"
version = "8.0.0-beta.25"
description = "Caluma Service providing GraphQL API"
homepage = "https://caluma.io"
repository = "https://github.com/projectcaluma/caluma"
Expand Down

0 comments on commit af4a616

Please sign in to comment.