diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-05-16 15:44:59 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-05-16 15:44:59 +0100 |
commit | 3c099219e0506f81fc333ff9d27cc3af5c365a2c (patch) | |
tree | d5bb5f98a4a2dd4874d44371fb34b3deaec48ab0 /synapse/__init__.py | |
parent | further musical chairs (diff) | |
download | synapse-3c099219e0506f81fc333ff9d27cc3af5c365a2c.tar.xz |
bump version and changelog for 0.29.0 v0.29.0
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 69c081eb37..d94c20505e 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-rc1" +__version__ = "0.29.0" |