summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-12 18:13:05 +0100
committerErik Johnston <erik@matrix.org>2014-09-12 18:13:05 +0100
commitafb7f173cf3f04ffe212025910a950814d1761bc (patch)
tree44cda3bd4880ec8ad7155c5fea702c1d2c861fa9 /synapse/__init__.py
parentFix bug where we relied on the current_state_events being updated when we are... (diff)
downloadsynapse-afb7f173cf3f04ffe212025910a950814d1761bc.tar.xz
Bump version 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 1ed9cdcdf3..d60267ebe4 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.2"
+__version__ = "0.2.3"