summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-04-09 17:25:57 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-04-09 17:25:57 +0100
commit5232d3bfb1168a00c136c62359bad4f0fbec0ae2 (patch)
treea273093fb715142bf24a64d5eae643bb4c593d81 /synapse/__init__.py
parentMerge branch 'develop' of https://github.com/matrix-org/synapse into release-... (diff)
downloadsynapse-5232d3bfb1168a00c136c62359bad4f0fbec0ae2.tar.xz
version bump v0.27.3-rc2
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 354415e5c6..7f6090baf8 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.27.3-rc1"
+__version__ = "0.27.3-rc2"