summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-10-24 14:15:27 +0100
committerErik Johnston <erik@matrix.org>2017-10-24 14:15:27 +0100
commit6ba4fabdb9feadec7d83bf3854e427482ca05762 (patch)
tree30fa4558fe72f9429b0d533d12653dc786ad9692 /synapse/__init__.py
parentMerge pull request #2567 from matrix-org/erikj/group_fed_update_profile (diff)
downloadsynapse-6ba4fabdb9feadec7d83bf3854e427482ca05762.tar.xz
Bump version and changelog release-v0.24.1
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 c867d1cfd8..e74abe0130 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.0"
+__version__ = "0.24.1"