summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-19 11:26:03 +0000
committerErik Johnston <erik@matrix.org>2015-03-19 11:26:03 +0000
commit0dcb145c7e55a76086ac13955c45dfd76e583a18 (patch)
tree1e0d43bc0588a14a043a9afaceb58d4eeb2a8512 /synapse
parentD'oh - setup.py used the dict directly: make it use the wrapper function. (diff)
downloadsynapse-0dcb145c7e55a76086ac13955c45dfd76e583a18.tar.xz
Bump version
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"