1.38.0
This commit is contained in:
parent
f7bfa694ae
commit
c647c2a9ac
|
@ -1,3 +1,9 @@
|
||||||
|
Synapse 1.38.0 (2021-07-13)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
No significant changes.
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.38.0rc3 (2021-07-13)
|
Synapse 1.38.0rc3 (2021-07-13)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ matrix-synapse-py3 (1.38.0rc3) prerelease; urgency=medium
|
||||||
[ Synapse Packaging team ]
|
[ Synapse Packaging team ]
|
||||||
* New synapse release 1.38.0rc3.
|
* New synapse release 1.38.0rc3.
|
||||||
|
|
||||||
-- Synapse Packaging team <packages@matrix.org> Tue, 13 Jul 2021 11:53:56 +0100
|
-- Synapse Packaging team <packages@matrix.org> Tue, 13 Jul 2021 13:15:40 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.37.1) stable; urgency=medium
|
matrix-synapse-py3 (1.37.1) stable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.38.0rc3"
|
__version__ = "1.38.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