diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-04 23:51:34 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-04 23:51:34 +0000 |
commit | 77e5ae22a99e6668e76b530735e594509dcc3ea7 (patch) | |
tree | dbd56128586ce73a7b320fe0cf821139fb16890f | |
parent | Pull in python_dependencies.py from develop (diff) | |
download | synapse-77e5ae22a99e6668e76b530735e594509dcc3ea7.tar.xz |
Ver bump
-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 1c29ff4d36..1648b8029d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1d +0.6.1e 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" |