diff options
author | Erik Johnston <erik@matrix.org> | 2016-02-11 16:04:51 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-02-11 16:04:51 +0000 |
commit | 7e0a1683e639c18bd973f825b91c908966179c15 (patch) | |
tree | 3baa10fc7a3c447e910a9d8f03fbdda238ab08dc /synapse/__init__.py | |
parent | Merge branch 'release-v0.13.2' of github.com:matrix-org/synapse (diff) | |
parent | Bump version and changelog (diff) | |
download | synapse-7e0a1683e639c18bd973f825b91c908966179c15.tar.xz |
Merge branch 'release-v0.13.3' of github.com:matrix-org/synapse v0.13.3
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 9c4213a4a9..bc50bec9db 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.13.2" +__version__ = "0.13.3" |