diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-27 17:30:31 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-27 17:30:31 +0000 |
commit | c4bdeb5f0e83a46b3691628eae2ba2ef296bdb15 (patch) | |
tree | 95a6f38fb1d7d588dcb9b37bee63de8daeb163e3 /synapse/__init__.py | |
parent | Merge branch 'release-v0.5.3' of github.com:matrix-org/synapse into develop (diff) | |
parent | Bump version (diff) | |
download | synapse-c4bdeb5f0e83a46b3691628eae2ba2ef296bdb15.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
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 c99cd96537..658574dab9 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.5.3" +__version__ = "0.5.3a" |