diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-20 17:53:18 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-20 17:53:18 +0100 |
commit | 4ae0844ee3128cf4cfdcaf87216ba69f8eb1bf5d (patch) | |
tree | 4c40d64dcf344cbfe021d3349e83d2e236f4c49f /synapse/__init__.py | |
parent | more timestamp fixes (diff) | |
parent | use a tagged version of syutil rather than master (diff) | |
download | synapse-4ae0844ee3128cf4cfdcaf87216ba69f8eb1bf5d.tar.xz |
Merge branch 'master' 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 979eac08a7..7067188c5b 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.4.0" +__version__ = "0.4.1" |