diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-05-17 21:35:07 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-05-17 21:35:07 +0100 |
commit | 6958459b50a3b29611f98d620d0400d245f8b60f (patch) | |
tree | aed698dcdec54b00eaf5abb234de5e411492e0d6 /synapse/__init__.py | |
parent | bump version and changelog for 0.29.0 (diff) | |
download | synapse-6958459b50a3b29611f98d620d0400d245f8b60f.tar.xz |
bump version, change log
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 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" |