summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-12-13 15:11:22 +0000
committerErik Johnston <erik@matrix.org>2017-12-13 15:11:22 +0000
commit069ae2a5d62976eab50c27e6e746c3fb1eeb0761 (patch)
tree61a0d46f7dfe67de46ea157e96d43e344268685a /synapse/__init__.py
parentMerge pull request #2717 from matrix-org/erikj/createroom_content (diff)
downloadsynapse-069ae2a5d62976eab50c27e6e746c3fb1eeb0761.tar.xz
Bump changelog and version
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 8c3d7a210a..fb2a88a3f1 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.25.1"
+__version__ = "0.26.0-rc1"