summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-11-20 14:01:41 +0000
committerDavid Baker <dbkr@matrix.org>2014-11-20 14:01:41 +0000
commitebf6c08a472073780b62fb6f222b664f553e1782 (patch)
tree07ee18b241aa2efe4df3bfcb12bd5f81b7cb0a71 /synapse/__init__.py
parentremove random half-line (diff)
parentRefactor the HTTP clients a little. (diff)
downloadsynapse-ebf6c08a472073780b62fb6f222b664f553e1782.tar.xz
Merge branch 'http_client_refactor' into pushers
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 23ae5f003f..14564e735e 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.4.2"
+__version__ = "0.5.0"