summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-02-10 14:36:06 +0000
committerErik Johnston <erik@matrix.org>2016-02-10 14:36:06 +0000
commit6e89e69d08fe47b3dde4723fe24911231ed390c7 (patch)
treea8fa50ac3f9c410d9a11c1ecce10a2385b2548d7 /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.13.0 (diff)
downloadsynapse-6e89e69d08fe47b3dde4723fe24911231ed390c7.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 aacacda4fb..426330cc21 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.1-rc1"
+__version__ = "0.13.0"