diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-30 10:34:53 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-30 10:34:57 +0100 |
commit | 04aa2f286320852bd7a23ce874afe538d17a97bb (patch) | |
tree | b9873dd86fbafab651f34dfff476013cc480a10f /synapse/__init__.py | |
parent | Merge pull request #1153 from matrix-org/erikj/ldap_restructure (diff) | |
download | synapse-04aa2f286320852bd7a23ce874afe538d17a97bb.tar.xz |
Bump version and changelog
Diffstat (limited to '')
-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 41745170a1..0f706d265d 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" +__version__ = "0.18.1-rc1" |