summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-07-13 10:20:36 +0100
committerRichard van der Hoff <richard@matrix.org>2020-07-13 10:20:36 +0100
commit29df3d0e9f455c780d8489cc9bc293cb6fa6bc1e (patch)
tree6f83320fb583ba0b8b4adfc3fc03b946901d7ece /synapse/__init__.py
parentMerge branch 'master' into release-v1.17.0 (diff)
downloadsynapse-29df3d0e9f455c780d8489cc9bc293cb6fa6bc1e.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 5bb09a37d7..8592dee179 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.17.0rc1"
+__version__ = "1.17.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