summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-09-07 21:45:38 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-09-07 21:45:38 +1000
commit771d213ac5b66aaa7dcfc97f29a4e08d9e298150 (patch)
tree1788b096d4ebe52a4e69e926e1a64b602f40101e /synapse
parentPort tests/ to Python 3 (#3808) (diff)
parentchangelog (diff)
downloadsynapse-771d213ac5b66aaa7dcfc97f29a4e08d9e298150.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 e395a0a9ee..65a2b894cc 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.1"
+__version__ = "0.33.4"