summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-15 15:42:02 +0100
committerErik Johnston <erik@matrix.org>2021-06-15 15:42:02 +0100
commit1c8045f67477599fabc5759205c018e44d770078 (patch)
tree3183d9a61335f862a9ddd3b3de2c804aaa93a6bf /synapse
parentFixup changelog (diff)
downloadsynapse-1c8045f67477599fabc5759205c018e44d770078.tar.xz
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 407ba14a76..c3016fc6ed 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.36.0rc2"
+__version__ = "1.36.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