1.37.1
This commit is contained in:
parent
d561367c18
commit
f193034d59
|
@ -1,3 +1,9 @@
|
||||||
|
Synapse 1.37.1 (2021-06-30)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
No significant changes.
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.37.1rc1 (2021-06-29)
|
Synapse 1.37.1rc1 (2021-06-29)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
matrix-synapse-py3 (1.37.1) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 1.37.1.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Wed, 30 Jun 2021 12:24:06 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.37.0) stable; urgency=medium
|
matrix-synapse-py3 (1.37.0) stable; urgency=medium
|
||||||
|
|
||||||
* New synapse release 1.37.0.
|
* New synapse release 1.37.0.
|
||||||
|
|
|
@ -47,7 +47,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.37.1rc1"
|
__version__ = "1.37.1"
|
||||||
|
|
||||||
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