summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-07-06 16:56:23 +0100
committerRichard van der Hoff <richard@matrix.org>2018-07-06 16:56:23 +0100
commit20ff89d6e1928f6dbd471a4133224bd188948b73 (patch)
tree90c37046230bb4abea291c31193a8091ae51af82 /synapse/__init__.py
parent0.32.0 version bump, update changelog (diff)
parentPrepare 0.32.1 release (diff)
downloadsynapse-20ff89d6e1928f6dbd471a4133224bd188948b73.tar.xz
Merge tag 'v0.32.1'
Synapse 0.32.1 (2018-07-06)
===========================

Bugfixes
--------

- Add explicit dependency on netaddr ([#3488](https://github.com/matrix-org/synapse/issues/3488))
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 20ef748b9c..81a6e06199 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.32.0"
+__version__ = "0.32.1"