summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-02-10 16:35:17 +0000
committerMatthew Hodgson <matthew@matrix.org>2016-02-10 16:35:17 +0000
commit103b432c8470598546fc80aaebe5c30f9053966b (patch)
treea5d06450202f759b4a04aa702e710ed620c5dd9c /synapse/__init__.py
parentbump for 0.13.1 (diff)
downloadsynapse-103b432c8470598546fc80aaebe5c30f9053966b.tar.xz
0.13.1 v0.13.1
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 426330cc21..8da62c7b07 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.13.0"
+__version__ = "0.13.1"