diff options
author | Matthew <matthew@matrix.org> | 2017-01-07 03:45:38 +0000 |
---|---|---|
committer | Matthew <matthew@matrix.org> | 2017-01-07 03:45:38 +0000 |
commit | f0e4bac64e8a4eff8132afcfc8406ce5fac11369 (patch) | |
tree | d9257ced169113e0f8d34b9c9fe73d23d53f513f /synapse/__init__.py | |
parent | do the discard check in the right place to avoid grabbing dependent events (diff) | |
download | synapse-f0e4bac64e8a4eff8132afcfc8406ce5fac11369.tar.xz |
bump changelog & version v0.18.7-rc2
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 91e3a2c2e0..cb332279df 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.7-rc1" +__version__ = "0.18.7-rc2" |