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 16:00:31 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-04-09 16:00:31 +0100
commitd9ae2bc826910c5e70766fb70f0d488faf350fe7 (patch)
tree6cbe3c8d004e6a2dfab49bd4cdd9621fd8e39cd9 /synapse/__init__.py
parentbump version (diff)
downloadsynapse-d9ae2bc826910c5e70766fb70f0d488faf350fe7.tar.xz
bump version to release candidate
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 1fa2de5268..354415e5c6 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"
+__version__ = "0.27.3-rc1"