diff options
author | Erik Johnston <erik@matrix.org> | 2016-11-08 14:39:55 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-11-08 14:39:55 +0000 |
commit | 3c09818d914219c3946f5298679e61de4e27a410 (patch) | |
tree | 0fddc5139ddd2509422cba07e544a4998f19c8e7 /synapse/__init__.py | |
parent | Explicitly set authentication mode in ldap3 (diff) | |
download | synapse-3c09818d914219c3946f5298679e61de4e27a410.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 4e2a592d3d..d366b69dab 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.2" +__version__ = "0.18.3" |