diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2015-02-04 23:53:45 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@arasphere.net> | 2015-02-04 23:53:45 +0000 |
commit | d60658c2db4b81ef52c76cacf8ca9c3b8d9fdf96 (patch) | |
tree | dbd56128586ce73a7b320fe0cf821139fb16890f /synapse/__init__.py | |
parent | Revert "Pull in python_dependencies.py from develop" (diff) | |
parent | Ver bump (diff) | |
download | synapse-d60658c2db4b81ef52c76cacf8ca9c3b8d9fdf96.tar.xz |
Merge pull request #48 from matrix-org/hotfixes-v0.6.1e
Hotfixes v0.6.1e
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 dacda89865..d3f1c33d3a 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a synapse home server. """ -__version__ = "0.6.1d" +__version__ = "0.6.1e" |