summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-08-02 15:31:04 +0100
committerRichard van der Hoff <richard@matrix.org>2018-08-02 15:31:04 +0100
commit14a4e7d5a4e3c90195a907aa9677c058f2932cdb (patch)
tree554460dff067fc237b5bf7065efa84ab9b14bbfe /synapse
parentMerge pull request #3642 from matrix-org/rav/another_room_id_check (diff)
downloadsynapse-14a4e7d5a4e3c90195a907aa9677c058f2932cdb.tar.xz
Prepare 0.33.1
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 5c0f2f83aa..1810cb6fcd 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.0"
+__version__ = "0.33.1"