diff options
author | Neil Johnson <neil@matrix.org> | 2018-05-18 13:55:19 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-05-18 13:55:19 +0100 |
commit | f3d9dca9759ae1fc66f2840ed5c4d229c14adcdc (patch) | |
tree | 21f59a7002f20e741c3ec342c6531dcc8ece1460 /synapse | |
parent | light grammar changes (diff) | |
parent | bump version, change log (diff) | |
download | synapse-f3d9dca9759ae1fc66f2840ed5c4d229c14adcdc.tar.xz |
Merge branch 'release-v0.29.0' of https://github.com/matrix-org/synapse into release-v0.29.0 v0.29.1 github/release-v0.29.0 release-v0.29.0
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 d94c20505e..b11a1d3ea3 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.29.0" +__version__ = "0.29.1" |