summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-07-01 15:12:32 +0100
committerErik Johnston <erik@matrix.org>2015-07-01 15:12:32 +0100
commit480d7203882c71fdee15d464766ba459ac065133 (patch)
tree46bffadca4ace044777a8e866b79247435b6b8a3
parentUpdate change log (diff)
downloadsynapse-480d7203882c71fdee15d464766ba459ac065133.tar.xz
Bump changelog and version to v0.9.3
-rw-r--r--CHANGES.rst7
-rw-r--r--synapse/__init__.py2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index caebde3341..6a5fce899a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,11 @@
-Changes in synapse v0.9.3 (2015-XX-XX)
+Changes in synapse v0.9.3 (2015-07-01)
 ======================================
 
+No changes from v0.9.3 Release Candidate 1.
+
+Changes in synapse v0.9.3-rc1 (2015-06-23)
+==========================================
+
 General:
 
 * Fix a memory leak in the notifier. (SYN-412)
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 1f09df79cd..96e37308d6 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.9.3-rc1"
+__version__ = "0.9.3"