We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1716eb commit 43d6842Copy full SHA for 43d6842
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+v10.1.131 (2025-04-11)
2
+-------------------------
3
+ * Don't show socialaccount unless brand feature
4
+
5
v10.1.130 (2025-04-11)
6
-------------------------
7
* Fix spurious invite warning
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "temba"
-version = "10.1.130"
+version = "10.1.131"
description = "Hosted service for visually building interactive messaging applications"
authors = [
{"name" = "Nyaruka", "email" = "[email protected]"}
temba/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "10.1.130"
+__version__ = "10.1.131"
# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
0 commit comments