summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-08-21 03:48:55 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-08-21 03:48:55 +1000
commit3b5b64ac99c1a253cc24b6a1063247115ba18cd3 (patch)
tree289d2741cc223d55798c0324d2d66488afb3144e /synapse
parentMerge pull request #3723 from matrix-org/rav/fix_logcontext_disaster (diff)
downloadsynapse-3b5b64ac99c1a253cc24b6a1063247115ba18cd3.tar.xz
changelog v0.33.3rc2
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 5175a1161d..252c49ca82 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.3rc1"
+__version__ = "0.33.3rc2"