summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-03-15 09:43:32 +0000
committerErik Johnston <erik@matrix.org>2016-03-15 09:43:32 +0000
commit13e29a697caf1ea1c421a34c42697cef2ef0b21a (patch)
tree7f0cd96181b094609460310ed8e74af08b7c3d49 /synapse/__init__.py
parentMerge pull request #645 from matrix-org/erikj/3pid_guest_config (diff)
downloadsynapse-13e29a697caf1ea1c421a34c42697cef2ef0b21a.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 bc50bec9db..67fbc3a33a 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.13.3"
+__version__ = "0.14.0-rc1"