summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-07-06 10:35:56 +0100
committerErik Johnston <erik@matrix.org>2017-07-06 10:35:56 +0100
commit6264cf96665ab2737ffd19f9ef84240d1331a6bc (patch)
tree6b41c2096b105f04244ce80e840d0f998dbe226f /synapse/__init__.py
parentBump version and changelog (diff)
downloadsynapse-6264cf96665ab2737ffd19f9ef84240d1331a6bc.tar.xz
Bump version and changelog release-v0.22.0
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 c26e8d4d93..60af1cbecd 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-rc2"
+__version__ = "0.22.0"