summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-27 10:35:30 +0000
committerErik Johnston <erik@matrix.org>2016-01-27 10:35:30 +0000
commit03f4569dc3ee6379778633f8c295edde9f2a212c (patch)
tree500b7baf5d4e0afc3fa7fb8ec06b99459044eac5 /synapse/__init__.py
parentMerge pull request #529 from matrix-org/dbkr/one_to_one_only_messages (diff)
downloadsynapse-03f4569dc3ee6379778633f8c295edde9f2a212c.tar.xz
Bump version and changelog
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 8007079136..aacacda4fb 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.1-rc1"