summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-11-14 14:51:25 +0000
committerErik Johnston <erik@matrix.org>2017-11-14 14:51:25 +0000
commit03feb7a34d0496bc3f9cc350e74fde4cd0c38a17 (patch)
treedacb7d1ebeed5c0618ad57cb64815f6ca3958149 /synapse/__init__.py
parentMerge pull request #2658 from matrix-org/rav/store_heirarchy_init (diff)
downloadsynapse-03feb7a34d0496bc3f9cc350e74fde4cd0c38a17.tar.xz
Bump version and changelog v0.25.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 e74abe0130..e04208961f 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.24.1"
+__version__ = "0.25.0"