1.37.0
parent
bb472f3a94
commit
cdf569e468
|
@ -1,3 +1,9 @@
|
||||||
|
Synapse 1.37.0 (2021-06-29)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
No significant changes.
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.37.0rc1 (2021-06-24)
|
Synapse 1.37.0rc1 (2021-06-24)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
matrix-synapse-py3 (1.37.0) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 1.37.0.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 29 Jun 2021 10:15:25 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.36.0) stable; urgency=medium
|
matrix-synapse-py3 (1.36.0) stable; urgency=medium
|
||||||
|
|
||||||
* New synapse release 1.36.0.
|
* New synapse release 1.36.0.
|
||||||
|
|
|
@ -47,7 +47,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.37.0rc1"
|
__version__ = "1.37.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