1
0

Merge commit '73ed289bd' into anoa/dinsic_release_1_31_0

This commit is contained in:
Andrew Morgan
2021-04-22 18:30:17 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Synapse 1.26.0 (2021-01-27)
===========================
No significant changes.
Synapse 1.26.0rc2 (2021-01-25)
==============================

View File

@@ -48,7 +48,7 @@ try:
except ImportError:
pass
__version__ = "1.26.0rc2"
__version__ = "1.26.0"
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