1.55.0
This commit is contained in:
parent
01211e0c16
commit
34baf76451
|
@ -1,3 +1,12 @@
|
||||||
|
Synapse 1.55.0 (2022-03-22)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Internal Changes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Tweak copy for default sso account details template to better adhere to mobile app store guidelines. ([\#12265](https://github.com/matrix-org/synapse/issues/12265), [\#12260](https://github.com/matrix-org/synapse/issues/12260))
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.55.0rc1 (2022-03-15)
|
Synapse 1.55.0rc1 (2022-03-15)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Reword 'Choose your user name' as 'Choose your account name' in the SSO registration template, in order to comply with SIWA guidelines.
|
|
|
@ -1 +0,0 @@
|
||||||
Tweak copy for default sso account details template to better adhere to mobile app store guidelines.
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
matrix-synapse-py3 (1.55.0) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 1.55.0.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 22 Mar 2022 13:59:26 +0000
|
||||||
|
|
||||||
matrix-synapse-py3 (1.55.0~rc1) stable; urgency=medium
|
matrix-synapse-py3 (1.55.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* New synapse release 1.55.0~rc1.
|
* New synapse release 1.55.0~rc1.
|
||||||
|
|
|
@ -68,7 +68,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.55.0rc1"
|
__version__ = "1.55.0"
|
||||||
|
|
||||||
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
|
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
|
||||||
# We import here so that we don't have to install a bunch of deps when
|
# We import here so that we don't have to install a bunch of deps when
|
||||||
|
|
Loading…
Reference in New Issue