summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-07-19 21:16:44 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-07-19 21:16:44 +1000
commit9a8acdc720f82737cc0feb060cc9b7284672ed68 (patch)
tree17342b3ed9b80e14dbf4b47aff391e83693a6ef5 /synapse
parentDon't spew errors because we can't save metrics (#3563) (diff)
parent0.33.0 final changelog (diff)
downloadsynapse-9a8acdc720f82737cc0feb060cc9b7284672ed68.tar.xz
Merge branch 'master' into develop
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 6dc16f0808..5c0f2f83aa 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -17,4 +17,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.33.0rc1"
+__version__ = "0.33.0"