diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-11 10:54:43 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-11 10:54:43 +0100 |
commit | 781cd8c54f15378fe950a07a6e949fa65a499b12 (patch) | |
tree | 144a6bafbecbd22b67ee396daf829c09e38742eb /synapse/__init__.py | |
parent | Merge commit '11d2609da70af797405241cdf7d9df19db5628f2' of https://github.com... (diff) | |
download | synapse-781cd8c54f15378fe950a07a6e949fa65a499b12.tar.xz |
bump version/changelog
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 7f6090baf8..1fa2de5268 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.27.3-rc2" +__version__ = "0.27.3" |