diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-02-10 16:35:17 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-02-10 16:35:17 +0000 |
commit | 103b432c8470598546fc80aaebe5c30f9053966b (patch) | |
tree | a5d06450202f759b4a04aa702e710ed620c5dd9c /synapse/__init__.py | |
parent | bump for 0.13.1 (diff) | |
download | synapse-103b432c8470598546fc80aaebe5c30f9053966b.tar.xz |
0.13.1 v0.13.1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
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" |