Bump changelog and version

This commit is contained in:
Erik Johnston 2016-10-27 11:07:02 +01:00
parent 45bdacd9a7
commit ab731d8f8e
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Changes in synapse v0.18.2-rc2 (2016-10-25) Changes in synapse v0.18.2-rc3 (2016-10-27)
=========================================== ===========================================
Changes: Changes:
@ -17,6 +17,12 @@ Bug fixes:
* Fix infinite typing bug (PR #1179) * Fix infinite typing bug (PR #1179)
Changes in synapse v0.18.2-rc2 (2016-10-25)
===========================================
(This release did not include the changes advertised and was identical to RC1)
Changes in synapse v0.18.2-rc1 (2016-10-17) Changes in synapse v0.18.2-rc1 (2016-10-17)
=========================================== ===========================================

View File

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server. """ This is a reference implementation of a Matrix home server.
""" """
__version__ = "0.18.2-rc2" __version__ = "0.18.2-rc3"