summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst4
-rw-r--r--synapse/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index 6247d1b389..f81a51dc7f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -1,5 +1,5 @@ -Changes in synapse v0.12.0 (2015-12-10) -======================================= +Changes in synapse v0.12.0-rc1 (2015-12-10) +=========================================== * Host the client APIs released as r0 by https://matrix.org/docs/spec/r0.0.0/client_server.html diff --git a/synapse/__init__.py b/synapse/__init__.py
index 5db4eae354..c357f8f9c2 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.12.0" +__version__ = "0.12.0-rc1"