summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-26 15:19:08 +0000
committerErik Johnston <erik@matrix.org>2014-11-26 15:19:08 +0000
commit5288a7dc9a1009f6063ac5b4da55090225176ded (patch)
tree6cc39e3b4c493edd49da0d2a9e40f99fda6243d7 /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse (diff)
downloadsynapse-5288a7dc9a1009f6063ac5b4da55090225176ded.tar.xz
Bump version and changelog v0.5.2
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 1c10c2074e..d5c2f25484 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -16,4 +16,4 @@ """ This is a reference implementation of a synapse home server. """ -__version__ = "0.5.1" +__version__ = "0.5.2"