summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-11-26 12:15:46 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-11-26 13:28:40 +0000
commitb98971e8a437eb3903506eadbefdf6cb2e0853d6 (patch)
tree9328d0cf74bf1a8aeeb01d31887ae5fca838ac4a /synapse/__init__.py
parentFix phone home stats (#6418) (diff)
downloadsynapse-b98971e8a437eb3903506eadbefdf6cb2e0853d6.tar.xz
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 051c83774e..53eedc0048 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.6.0rc2"
+__version__ = "1.6.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