diff options
author | Neil Johnson <neil@matrix.org> | 2018-06-04 16:09:58 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-06-04 16:09:58 +0100 |
commit | 244ab974e7e17f3c1688a53bd3258271c644a82e (patch) | |
tree | 50d3dd9440d3407c6737d018a463b920da8a9ac3 /synapse | |
parent | Put python's logs into Trial when running unit tests (#3319) (diff) | |
download | synapse-244ab974e7e17f3c1688a53bd3258271c644a82e.tar.xz |
bump version and changelog v0.31.0-rc1
Diffstat (limited to 'synapse')
-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 5bada5e290..a1ad7830c9 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.30.0" +__version__ = "0.31.0-rc1" |