Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a8589d1

Browse files
committed
Mark the version as a -rc1 release candidate
1 parent dd9430e commit a8589d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Changes in synapse v0.12.0 (2015-12-10)
2-
=======================================
1+
Changes in synapse v0.12.0-rc1 (2015-12-10)
2+
===========================================
33

44
* Host the client APIs released as r0 by
55
https://matrix.org/docs/spec/r0.0.0/client_server.html

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
""" This is a reference implementation of a Matrix home server.
1717
"""
1818

19-
__version__ = "0.12.0"
19+
__version__ = "0.12.0-rc1"

0 commit comments

Comments
 (0)