summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-09-04 21:12:04 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-09-04 21:12:04 +1000
commit7e9ced417846307d88075ed34d7764717a32def0 (patch)
tree559d631f3a3203bb9ec7a01b80aacce6fb3e95eb /synapse/__init__.py
parentFix tests on postgresql (#3740) (diff)
downloadsynapse-7e9ced417846307d88075ed34d7764717a32def0.tar.xz
version and towncrier v0.33.4rc1
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 e62901b761..2c42893673 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.3"
+__version__ = "0.33.4rc1"