summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-11-17 10:10:53 +0000
committerRichard van der Hoff <richard@matrix.org>2017-11-17 10:10:53 +0000
commit74bbeb4373137f715e9ec706543f5d292f489f86 (patch)
tree1e9606df68597b06570da68deb2ffde2d106738e
parentPrep changelog for v0.25.1 (diff)
downloadsynapse-74bbeb4373137f715e9ec706543f5d292f489f86.tar.xz
Bump version in __init__.py v0.25.1 release-v0.25.1
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index e04208961f..8c3d7a210a 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.0"
+__version__ = "0.25.1"