diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-24 17:57:39 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-24 17:57:48 +0000 |
commit | 6fe5899639ccae43d4f43098ddb380a1843059ff (patch) | |
tree | f9c53c8d4f1ce5491f192ae01bf3551de2ef29dd | |
parent | Mark the auth events as possible outlier (diff) | |
download | synapse-6fe5899639ccae43d4f43098ddb380a1843059ff.tar.xz |
pip uninstall syweb
-rw-r--r-- | UPGRADE.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 961f4da31c..5ebdd455c1 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,3 +1,12 @@ +Upgrading to v0.5.1 +=================== + +Depending on precisely when you installed v0.5.0 you may have ended up with +a stale release of the reference matrix webclient installed as a python module. +To uninstall it and ensure you are depending on the latest module, please run:: + + $ pip uninstall syweb + Upgrading to v0.5.0 =================== |