diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-20 15:40:47 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-20 15:40:47 +0000 |
commit | 2b45ca1541f104b7a4d41e958ca4e7438a0875e1 (patch) | |
tree | 3bc6e08a4065b9a5a17dd69050bd60cee21c0dc1 /synapse/__init__.py | |
parent | Update CHANGES.rst with missing changes (diff) | |
parent | Change version scheme (diff) | |
download | synapse-2b45ca1541f104b7a4d41e958ca4e7438a0875e1.tar.xz |
Merge branch 'hotfixes-v0.7.1-r1' of github.com:matrix-org/synapse v0.7.1-r1
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 a804a25748..f8ec4b0459 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.7.1" +__version__ = "0.7.1-r1" |