summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <olivier@librepush.net>2020-07-30 10:56:54 +0100
committerOlivier Wilkinson (reivilibre) <olivier@librepush.net>2020-07-30 10:56:54 +0100
commita9631b7b4bc84dd1285472add70555b8b03992b2 (patch)
tree02581bcd24699e62a338d5d7047d72682ed144d5 /synapse/__init__.py
parentUpdate worker docs with recent enhancements (#7969) (diff)
downloadsynapse-a9631b7b4bc84dd1285472add70555b8b03992b2.tar.xz
1.18.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 83ce2ae6f4..5155e719a1 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.18.0rc2"
+__version__ = "1.18.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