summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-05-03 19:24:42 +0100
committerRichard van der Hoff <richard@matrix.org>2019-05-03 19:24:42 +0100
commit9b86d3dee69702cd9fa02e7f454fd0e92a7761bb (patch)
tree73bc79d1abde252d6433a6ccfd5ca7956589588e /synapse/__init__.py
parentadd gpg key fingerprint (diff)
parent0.99.3.2 (diff)
downloadsynapse-9b86d3dee69702cd9fa02e7f454fd0e92a7761bb.tar.xz
Merge tag 'v0.99.3.2'
Synapse 0.99.3.2 (2019-05-03)
=============================

Internal Changes
----------------

- Ensure that we have `urllib3` <1.25, to resolve incompatibility with `requests`. ([\#5135](https://github.com/matrix-org/synapse/issues/5135))
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 6bb5a8b24d..315fa96551 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -27,4 +27,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "0.99.3"
+__version__ = "0.99.3.2"