Skip to content

Commit 5dd2674

Browse files
committed
Update CHANGELOG.md for v1.3.0
1 parent 7c54872 commit 5dd2674

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.3.0 (2026-01-19)
2+
-------------------------
3+
* Merge pull request #1332 from rapidpro/remove-old-branding
4+
15
v1.2.185 (2026-01-08)
26
-------------------------
37
* Merge pull request #1331 from rapidpro/dependabot/pip/urllib3-2.6.3

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.185"
3+
version = "1.3.0"
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.185"
1+
__version__ = "1.3.0"
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)