summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-26 11:53:12 +0000
committerErik Johnston <erik@matrix.org>2014-11-26 11:53:12 +0000
commitad13f14432d04e6eac50d49194d1158c22b6f5e0 (patch)
treed9eccedd90f9c573634c5456cfbbb65684214c6e /synapse/__init__.py
parentUse correct default port in scripts/check_signature.py (diff)
downloadsynapse-ad13f14432d04e6eac50d49194d1158c22b6f5e0.tar.xz
Bump version numbers and change log
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 14564e735e..1c10c2074e 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.0"
+__version__ = "0.5.1"