summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-06-15 12:59:06 +0100
committerErik Johnston <erik@matrix.org>2017-06-15 12:59:06 +0100
commitfdf1ca30f0068b0a2adad9aad4b2b2e6e0c9f710 (patch)
tree622f89499facd34cd020537659c1e381a8b2533a /synapse/__init__.py
parentTypo (diff)
downloadsynapse-fdf1ca30f0068b0a2adad9aad4b2b2e6e0c9f710.tar.xz
Bump version and changelog
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 2a40bab3f0..9df7d18993 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.21.0"
+__version__ = "0.21.1"