diff options
author | Erik Johnston <erik@matrix.org> | 2016-03-15 09:43:32 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-03-15 09:43:32 +0000 |
commit | 13e29a697caf1ea1c421a34c42697cef2ef0b21a (patch) | |
tree | 7f0cd96181b094609460310ed8e74af08b7c3d49 /synapse/__init__.py | |
parent | Merge pull request #645 from matrix-org/erikj/3pid_guest_config (diff) | |
download | synapse-13e29a697caf1ea1c421a34c42697cef2ef0b21a.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 bc50bec9db..67fbc3a33a 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.13.3" +__version__ = "0.14.0-rc1" |