From cbadecb4669f0832b7a1d7ba637612bbf06f534a Mon Sep 17 00:00:00 2001
From: Vishnu Ks
The email address associated with your account is {{ user_profile.email }}.
-If you have trouble signing in, please contact Zulip support by replying to +
If you have trouble logging in, please contact Zulip support by replying to this email.
Thanks for using Zulip!
diff --git a/templates/zerver/emails/find_team.txt b/templates/zerver/emails/find_team.txt index 43bbb68a2b..2152742ad1 100644 --- a/templates/zerver/emails/find_team.txt +++ b/templates/zerver/emails/find_team.txt @@ -6,7 +6,7 @@ at the following link: The email address associated with your account is {{ user_profile.email }}. -If you have trouble signing in, please contact Zulip support by replying to +If you have trouble logging in, please contact Zulip support by replying to this email. Thanks for using Zulip! diff --git a/version.py b/version.py index 842af6a51f..0d05e0058b 100644 --- a/version.py +++ b/version.py @@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git" # Typically, adding a dependency only requires a minor version bump, and # removing a dependency requires a major version bump. -PROVISION_VERSION = '15.6' +PROVISION_VERSION = '15.7'