summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-22 17:42:09 +0100
committerErik Johnston <erik@matrix.org>2014-09-22 17:42:09 +0100
commit176e3fd141ba9485ead8658e90ba000cef8db02c (patch)
tree9d7fe5f5ac164f2c8876cc509f121c346d64f727 /synapse/__init__.py
parentAdd working protractor e2e test. (diff)
downloadsynapse-176e3fd141ba9485ead8658e90ba000cef8db02c.tar.xz
Bump versions and changelog v0.3.3
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 0dbad9a0de..bba551b2c4 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.3.2"
+__version__ = "0.3.3"