diff options
author | Erik Johnston <erik@matrix.org> | 2016-10-05 14:40:38 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-10-05 14:40:38 +0100 |
commit | 4285be791d9f53580e3644ccc369790f0153e0a7 (patch) | |
tree | cc27f059a354379346f9a21ff6b8b661a9407b65 /synapse/__init__.py | |
parent | Update changelog (diff) | |
download | synapse-4285be791d9f53580e3644ccc369790f0153e0a7.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 0f706d265d..6dbe8fc7e7 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.18.1-rc1" +__version__ = "0.18.1" |