summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-01-27 10:50:37 -0500
committerPatrick Cloke <patrickc@matrix.org>2021-01-27 10:50:37 -0500
commit73ed289bd26819f9c73900f7e4cd8e4c2a2f6e0c (patch)
tree02d17ee0eac997c9509fc7739427c74e78bdb01b /synapse/__init__.py
parentTweak changes. (diff)
downloadsynapse-73ed289bd26819f9c73900f7e4cd8e4c2a2f6e0c.tar.xz
1.26.0
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 3cd682f9e7..93601dbad0 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -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