Skip to content

Commit 3059370

Browse files
committed
Update CHANGELOG.md for v1.2.180
1 parent 4c7fd7d commit 3059370

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v1.2.180 (2025-12-08)
2+
-------------------------
3+
* Merge pull request #1322 from rapidpro/new-stats-6
4+
* Fix variable name
5+
* Run code_checks
6+
* Switch to use PollEngagementDailyCount model engagement stats
7+
* Switch to use PollStatsCounter model stats
8+
* Merge pull request #1321 from rapidpro/redirect-config
9+
* Merge pull request #1323 from rapidpro/squash-more-often
10+
* Squash the new stats tables more often
11+
112
v1.2.178 (2025-12-02)
213
-------------------------
314
* Apply copilot code review suggestions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ureport"
3-
version = "1.2.178"
3+
version = "1.2.180"
44
description = "U-Report dashboard built on data collected by RapidPro"
55
authors = [
66
{"name" = "Nyaruka", "email" = "code@nyaruka.com"}

ureport/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.178"
1+
__version__ = "1.2.180"
22

33
# This will make sure the app is always imported when
44
# Django starts so that shared_task will use this app.

0 commit comments

Comments
 (0)