summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-07-06 18:11:49 +0100
committerErik Johnston <erik@matrix.org>2017-07-06 18:11:49 +0100
commit1200f28d661747a019d2f33bd5623c7bc635c59e (patch)
tree2c050e75f879921964990695d59c876aa2f51fb9 /synapse/__init__.py
parentMerge branch 'release-v0.22.0' of github.com:matrix-org/synapse (diff)
parentBump version and changelog (diff)
downloadsynapse-1200f28d661747a019d2f33bd5623c7bc635c59e.tar.xz
Merge branch 'hotfixes-v0.22.1' of github.com:matrix-org/synapse v0.22.1
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 60af1cbecd..dbf22eca00 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.22.0"
+__version__ = "0.22.1"