summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-13 13:33:37 +0000
committerErik Johnston <erik@matrix.org>2015-02-13 13:33:37 +0000
commitc09493d7aa79386645ae48f1232158f99dd6049a (patch)
tree8582cecd757a95f527c01fab4eed655b6b675ead /synapse/__init__.py
parentReindent code to be less human-readable to keep pep8 from complaining (diff)
downloadsynapse-c09493d7aa79386645ae48f1232158f99dd6049a.tar.xz
Bump version v0.7.0b
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 10147d88dc..c0aa2a757f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.7.0a"
+__version__ = "0.7.0b"