Skip to content

Commit 962fa6e

Browse files
committed
Update CHANGELOG.md for v1.3.1
1 parent 4dd2dc2 commit 962fa6e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.3.1 (2026-02-18)
2+
-------------------------
3+
* Merge pull request #1333 from rapidpro/fix-get-redirect
4+
* Run code checks
5+
* Show 404 status code for missing sites
6+
17
v1.3.0 (2026-01-19)
28
-------------------------
39
* Merge pull request #1332 from rapidpro/remove-old-branding

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