summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-12 14:56:20 +0000
committerErik Johnston <erik@matrix.org>2015-02-12 14:56:20 +0000
commita268c317374b4ce64fca2e4df54de7431da47a2d (patch)
tree64f05ff96a9a1bb60374ea803d921f5256903e51 /synapse/__init__.py
parentMerge branch 'release-v0.7.0' of github.com:matrix-org/synapse (diff)
parentBump version (diff)
downloadsynapse-a268c317374b4ce64fca2e4df54de7431da47a2d.tar.xz
Merge pull request #69 from matrix-org/hotfixes-v0.7.0a v0.7.0a
Hotfixes v0.7.0a
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 915af3fe09..10147d88dc 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.0" +__version__ = "0.7.0a"