diff options
author | Erik Johnston <erik@matrix.org> | 2016-11-01 13:06:36 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-11-01 13:06:36 +0000 |
commit | 3c91c5b2162d4697f4e12c06ec779765293ab682 (patch) | |
tree | f5d146248431ce35f1ad810267024af4eb907bdf /synapse/__init__.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.18.2 (diff) | |
download | synapse-3c91c5b2162d4697f4e12c06ec779765293ab682.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 7ae1459562..4e2a592d3d 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-rc5" +__version__ = "0.18.2" |