summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-07-06 16:50:52 +0100
committerRichard van der Hoff <richard@matrix.org>2018-07-06 16:50:52 +0100
commit1cfc2c47902197eda4be133920a11358a48da262 (patch)
tree90c37046230bb4abea291c31193a8091ae51af82 /synapse
parentMerge pull request #3488 from matrix-org/rav/fix-netaddr-dep (diff)
downloadsynapse-1cfc2c47902197eda4be133920a11358a48da262.tar.xz
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 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"