From ab731d8f8ecc87c56ff89b28390d25c334e5c166 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 27 Oct 2016 11:07:02 +0100 Subject: [PATCH] Bump changelog and version --- CHANGES.rst | 8 +++++++- synapse/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4291ccc7a..53f8ca65d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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: @@ -17,6 +17,12 @@ Bug fixes: * 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) =========================================== diff --git a/synapse/__init__.py b/synapse/__init__.py index fdffbfe81..2c5dcf59f 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.2-rc2" +__version__ = "0.18.2-rc3"