Skip to content

Commit 8247db1

Browse files
[Automated] Merged develop into target main
2 parents d637c70 + 2f5247b commit 8247db1

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## 2.0 - 2025-02-27
3+
## 2.0.1 - 2025-03-11
4+
5+
### Fixed
6+
- Resolve incorrect status updates causing data display issues when an upload contains failed, all-filtered-out, and successful blueprint extractions at the same time (participation data donation view). ([`6e539b7`](https://github.com/uzh/ddm/commit/6e539b7)
7+
- Instead of adding extra forms to QuestionItem and ScalePoint edit formsets, add button to add extra forms with JavaScript if needed. This prevents validation errors on unneeded extra forms with prefilled values. ([`5ff8503`](https://github.com/uzh/ddm/commit/5ff8503).
8+
- Fix typos in description of responses API. ([`5f51ba1`](https://github.com/uzh/ddm/commit/5f51ba1)
9+
10+
11+
## 2.0.0 - 2025-02-27
412

513
This release marks a significant update, restructuring the codebase to enhance the maintainability and scalability of DDM.
614
The application has been modularized into smaller sub-apps, each focused on a specific aspect of the application logic.

version_bump.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pip install django-ddm
2-
prev=$(pip show django-ddm | grep Version: | cut -d' ' -f2 )
3-
minor=0
1+
# pip install django-ddm
2+
# prev=$(pip show django-ddm | grep Version: | cut -d' ' -f2 )
3+
minor=1
44
major=2.0
55
# let "minor++"
66
sed -i "s/__version__/$major.$minor/g" setup.cfg

0 commit comments

Comments
 (0)