Skip to content

Commit 49fba87

Browse files
committed
Update CHANGELOG.md for v1.2.185
1 parent d7f3347 commit 49fba87

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.2.185 (2026-01-08)
2+
-------------------------
3+
* Merge pull request #1331 from rapidpro/dependabot/pip/urllib3-2.6.3
4+
* Bump urllib3 from 2.6.2 to 2.6.3
5+
16
v1.2.184 (2026-01-08)
27
-------------------------
38
* Merge pull request #1330 from rapidpro/update-rapidpro-python

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