summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-17 17:49:01 +0100
committerErik Johnston <erik@matrix.org>2014-09-17 17:49:01 +0100
commit10b4291b546bce158afb526741b0230b15ac8adf (patch)
tree61e85b5c50344c5d3b394a9030734e2f38e9d4a0 /synapse
parentCreate room entries for public rooms too so their public state is transferred... (diff)
downloadsynapse-10b4291b546bce158afb526741b0230b15ac8adf.tar.xz
Bump versions
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index d60267ebe4..8ef176ea6f 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.2.3"
+__version__ = "0.3.0"