summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-19 11:26:29 +0000
committerErik Johnston <erik@matrix.org>2015-03-19 11:26:29 +0000
commitb26d85c30f117fd3146d2701198d02596251ad49 (patch)
tree1e0d43bc0588a14a043a9afaceb58d4eeb2a8512 /synapse
parentMerge branch 'release-v0.8.1' of github.com:matrix-org/synapse (diff)
parentBump version (diff)
downloadsynapse-b26d85c30f117fd3146d2701198d02596251ad49.tar.xz
Merge branch 'hotfixes-0.8.1a' of github.com:matrix-org/synapse v0.8.1-r1
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index e134fb2415..ca53f2db8d 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.8.1"
+__version__ = "0.8.1-r1"