diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-08 15:23:44 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-08 15:23:44 +0100 |
commit | b152ee71fec06cc52842e19249ff4db849f99d38 (patch) | |
tree | 3d1fe71fc6a53ea65981f814facd80d79d99bf68 /synapse/__init__.py | |
parent | Mention get_pdu bug (diff) | |
download | synapse-b152ee71fec06cc52842e19249ff4db849f99d38.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 ad2ec58ea4..523deaa5ff 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.17.2-rc1" +__version__ = "0.17.2" |