diff options
author | Erik Johnston <erik@matrix.org> | 2016-06-09 13:23:41 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-06-09 13:23:41 +0100 |
commit | a31befbcd0f8238920b0ca198d35ef657c78e766 (patch) | |
tree | 02a389806a7ed089f813133f2dd969725e50548f /synapse/__init__.py | |
parent | Update commit hash in changelog (diff) | |
download | synapse-a31befbcd0f8238920b0ca198d35ef657c78e766.tar.xz |
Bump version and changelog
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 ad088a7880..dc211e9637 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.16.0-rc2" +__version__ = "0.16.0" |