Skip to content

Commit 43d6842

Browse files
committed
Update CHANGELOG.md for v10.1.131
1 parent d1716eb commit 43d6842

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v10.1.131 (2025-04-11)
2+
-------------------------
3+
* Don't show socialaccount unless brand feature
4+
15
v10.1.130 (2025-04-11)
26
-------------------------
37
* Fix spurious invite warning

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "temba"
3-
version = "10.1.130"
3+
version = "10.1.131"
44
description = "Hosted service for visually building interactive messaging applications"
55
authors = [
66
{"name" = "Nyaruka", "email" = "[email protected]"}

temba/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "10.1.130"
1+
__version__ = "10.1.131"
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)