summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-06-06 11:26:21 +0100
committerNeil Johnson <neil@matrix.org>2018-06-06 11:26:21 +0100
commit61134debdc86d415eecefc958981f740837ee619 (patch)
tree34437b65df4968f60175a435074faeb78f95cc58 /synapse
parentFix metric documentation tables (#3341) (diff)
downloadsynapse-61134debdc86d415eecefc958981f740837ee619.tar.xz
bump version and changelog
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 a1ad7830c9..ca113db434 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.31.0-rc1"
+__version__ = "0.31.0"