diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-17 21:04:07 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-17 21:04:07 +0100 |
commit | f1ddbfaae42f6be373b52aa0cce66901bdad697a (patch) | |
tree | 04b2f39c91ec6098ffe3b380442787ac3ce2908f /synapse/__init__.py | |
parent | keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ... (diff) | |
parent | Check that we have auth headers and fail nicely (diff) | |
download | synapse-f1ddbfaae42f6be373b52aa0cce66901bdad697a.tar.xz |
Merge branch 'release-v0.4.0' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py index a340a5db66..979eac08a7 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.4" +__version__ = "0.4.0" |