oops, this should have been rc1

This commit is contained in:
Matthew Hodgson 2017-01-07 01:11:56 +00:00
parent 4086026524
commit 2f5be2d8dc
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
Changes in synapse v0.18.7 (2017-01-06)
=======================================
Changes in synapse v0.18.7-rc1 (2017-01-06)
===========================================
Bug fixes:
* Fix error in #PR 1764 to actually fix the nightmare #1753 bug.
* Improve deadlock logging further
Changes in synapse v0.18.6 (2017-01-06)
=======================================

View File

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.18.7"
__version__ = "0.18.7-rc1"