diff options
author | Erik Johnston <erik@matrix.org> | 2016-06-03 15:31:56 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-06-03 15:33:14 +0100 |
commit | 21961c93c72c5d99d44bf6a264b641c18ac0219b (patch) | |
tree | ae203f3f3acd38857160319ae27b7db65532c434 /synapse/__init__.py | |
parent | Merge branch 'release-v0.15.0' of github.com:matrix-org/synapse into release-... (diff) | |
download | synapse-21961c93c72c5d99d44bf6a264b641c18ac0219b.tar.xz |
Bump changelog and version
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 988318f5ea..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.15.0-rc1" +__version__ = "0.16.0-rc1" |