summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-02-13 14:46:18 +0000
committerRichard van der Hoff <richard@matrix.org>2019-02-13 14:46:18 +0000
commit3bc238629eb61e6a3f6c652e3ddae3261179d624 (patch)
tree8fbaed67cb8e2733cb9c236e2f598837dca52b0c /synapse
parentMerge pull request #4636 from matrix-org/rav/bind_address_fixes (diff)
downloadsynapse-3bc238629eb61e6a3f6c652e3ddae3261179d624.tar.xz
0.99.1rc2 v0.99.1rc2
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 c211cb4e6f..4629fa76ec 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -27,4 +27,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "0.99.1rc1"
+__version__ = "0.99.1rc2"