summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-08-07 21:10:52 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-08-07 21:10:52 +1000
commit3b9662339b77b7aeafa9cf6282adfbcc13b10fed (patch)
tree98f3d04e3e8d8beb83dcee9190ba483f4a1b74e8 /synapse/__init__.py
parentReturn M_NOT_FOUND when a profile could not be found. (#3596) (diff)
downloadsynapse-3b9662339b77b7aeafa9cf6282adfbcc13b10fed.tar.xz
version
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 1810cb6fcd..a14d578e36 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.1"
+__version__ = "0.33.2"