summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-04-26 11:20:08 +0100
committerErik Johnston <erik@matrix.org>2016-04-26 11:26:32 +0100
commit5164ccc3e5cf82a6b47757f02ec994421bd54ada (patch)
tree9baf09e23c87fdd0085f6764e8ce3355824e31d1 /synapse/__init__.py
parentMerge pull request #750 from matrix-org/erikj/jwt_optional (diff)
downloadsynapse-5164ccc3e5cf82a6b47757f02ec994421bd54ada.tar.xz
Bump changelog and version v0.15.0-rc1
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 7de51fbe8d..988318f5ea 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.14.0"
+__version__ = "0.15.0-rc1"