We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69961c7 commit 73ed289Copy full SHA for 73ed289
CHANGES.md
@@ -1,3 +1,9 @@
1
+Synapse 1.26.0 (2021-01-27)
2
+===========================
3
+
4
+No significant changes.
5
6
7
Synapse 1.26.0rc2 (2021-01-25)
8
==============================
9
synapse/__init__.py
@@ -48,7 +48,7 @@
48
except ImportError:
49
pass
50
51
-__version__ = "1.26.0rc2"
+__version__ = "1.26.0"
52
53
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
54
# We import here so that we don't have to install a bunch of deps when
0 commit comments