diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-02 15:26:11 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-02 15:26:11 +0100 |
commit | 464e1fcfa5fbbc51d8b1502df5971cfd2189fd37 (patch) | |
tree | f2cf21ddaa6383c7819194cad1df2b5e2d2007be /synapse/__init__.py | |
parent | BF: Prevent controllers from being instantiated twice. (diff) | |
parent | v0.1.2 (diff) | |
download | synapse-464e1fcfa5fbbc51d8b1502df5971cfd2189fd37.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into release-v0.2.0
Conflicts: synapse/notifier.py webclient/room/room-controller.js webclient/room/room.html
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 47fc1b2ea4..04200060bf 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.0.1" +__version__ = "0.1.2" |