diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-19 17:16:56 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-19 17:16:56 +0100 |
commit | 2b8ff4659fa2ecdfdaf9f455a5f08d42ef6aa1e9 (patch) | |
tree | 3184c8b912fdf11d29f7254ab879447f677e353b /synapse/__init__.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.18.0 (diff) | |
download | synapse-2b8ff4659fa2ecdfdaf9f455a5f08d42ef6aa1e9.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 25f65f9bcd..41745170a1 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.0-rc1" +__version__ = "0.18.0" |