summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-04-10 15:03:29 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-04-10 15:03:29 +0100
commitdd723267b25de5fad7489cb36c700390d9c3cdb2 (patch)
treee82db2a8423aaceef34992b7ad6163a3e3591734 /synapse/__init__.py
parentMerge pull request #3082 from matrix-org/erikj/urlencode_paths (diff)
parentremove errant print (diff)
downloadsynapse-dd723267b25de5fad7489cb36c700390d9c3cdb2.tar.xz
Merge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse into develop
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 a9d5198aba..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.2"
+__version__ = "0.27.3-rc2"