summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-07-21 09:25:30 +0100
committerErik Johnston <erik@matrix.org>2015-07-21 09:25:30 +0100
commit90dbd71c13acf85b2a1c072f51532c32d5c7aa9d (patch)
treee67e413801924887b491969ec825c0c29c1b89b6 /synapse/__init__.py
parents/take/claim/ for end to end key APIs (diff)
parenttypo (diff)
downloadsynapse-90dbd71c13acf85b2a1c072f51532c32d5c7aa9d.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into develop
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 d111335a1a..96e37308d6 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.9.2-r2"
+__version__ = "0.9.3"