0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-06 12:48:58 +02:00
This commit is contained in:
Erik Johnston 2021-06-30 12:24:13 +01:00
parent d561367c18
commit f193034d59
3 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Synapse 1.37.1 (2021-06-30)
===========================
No significant changes.
Synapse 1.37.1rc1 (2021-06-29)
==============================

6
debian/changelog vendored
View file

@ -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
* New synapse release 1.37.0.

View file

@ -47,7 +47,7 @@ try:
except ImportError:
pass
__version__ = "1.37.1rc1"
__version__ = "1.37.1"
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