summary refs log tree commit diff
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
parentfurther musical chairs (diff)
downloadsynapse-3c099219e0506f81fc333ff9d27cc3af5c365a2c.tar.xz
bump version and changelog for 0.29.0 v0.29.0
-rw-r--r--CHANGES.rst4
-rw-r--r--synapse/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 78d015db9a..b769b0f046 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,7 @@
+Changes in synapse v0.29.0 (2018-05-16)
+===========================================
+
+
 Changes in synapse v0.29.0-rc1 (2018-05-14)
 ===========================================
 
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"