summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-09-25 03:09:30 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-09-25 03:09:30 +1000
commit5121ae97f59c252a471e2ea973460f76a58828df (patch)
treecf1e8e3e66e7b1999bcd04a37838edac91538d86 /synapse
parentMerge tag 'v0.33.5' (diff)
parentchangelog (diff)
downloadsynapse-5121ae97f59c252a471e2ea973460f76a58828df.tar.xz
Merge tag 'v0.33.5.1'
Internal Changes
----------------

- Fix incompatibility with older Twisted version in tests. Thanks
  @OlegGirko!
([\#3940](https://github.com/matrix-org/synapse/issues/3940))
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 58244a5dd4..b1f7a89fba 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -27,4 +27,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "0.33.5"
+__version__ = "0.33.5.1"