diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-10 16:37:12 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-10 16:37:12 +0000 |
commit | b61a308b2725c6e7ab12983d2d05461a532f6405 (patch) | |
tree | eeafc4bcd6029745d2ed59832e7a606e7874ee25 | |
parent | Fix prune_events to work with nested dicts (diff) | |
download | synapse-b61a308b2725c6e7ab12983d2d05461a532f6405.tar.xz |
Bump version
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | synapse/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION index 1648b8029d..f97571ce52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1e +0.6.1f diff --git a/synapse/__init__.py b/synapse/__init__.py index d3f1c33d3a..329138734a 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.1e" +__version__ = "0.6.1f" |