diff options
author | Erik Johnston <erik@matrix.org> | 2016-06-03 16:27:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-06-03 16:27:24 +0100 |
commit | 5f88549f4a5c4832c8d2c46f299b148ad40e00b3 (patch) | |
tree | d9919f423f1917d3aea4a79e121a474ef11287ab /synapse | |
parent | Merge pull request #831 from matrix-org/markjh/synchrotronII (diff) | |
parent | Note that v0.15.x was never released (diff) | |
download | synapse-5f88549f4a5c4832c8d2c46f299b148ad40e00b3.tar.xz |
Merge branch 'release-v0.16.0' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'synapse')
-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 7de51fbe8d..3b290db79f 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.14.0" +__version__ = "0.16.0-rc1" |