summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-05-16 15:44:59 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-05-16 15:44:59 +0100
commit3c099219e0506f81fc333ff9d27cc3af5c365a2c (patch)
treed5bb5f98a4a2dd4874d44371fb34b3deaec48ab0 /synapse/__init__.py
parentfurther musical chairs (diff)
downloadsynapse-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__.py2
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"