summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-18 14:46:23 +0100
committerErik Johnston <erik@matrix.org>2014-09-18 14:46:23 +0100
commit9fd0c74e90df6fb34f07c526c29d28387fde007f (patch)
treed26a20b5d13a370fabafa61124681674e7e16ec3 /synapse/__init__.py
parentSYWEB-40: Only local rooms are shown in the recents list. (diff)
downloadsynapse-9fd0c74e90df6fb34f07c526c29d28387fde007f.tar.xz
Bump changelog and versions v0.3.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 8ef176ea6f..1b49cbb38e 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a synapse home server.
 """
 
-__version__ = "0.3.0"
+__version__ = "0.3.1"