summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-06-13 12:22:14 +0100
committerErik Johnston <erik@matrix.org>2015-06-13 12:22:14 +0100
commit6c01ceb8d0aefd68d3e9bc63a0f0b84edfd4e808 (patch)
tree46bc95b80f5eb71b85dc2d107a677a3124950d02 /synapse/__init__.py
parentAdd a dummy.sql into delta/20 as pip isn't packinging the pushers.py (diff)
downloadsynapse-6c01ceb8d0aefd68d3e9bc63a0f0b84edfd4e808.tar.xz
Bump version
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 e6088dc6cc..b6ac0dab32 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"
+__version__ = "0.9.2-r1"