summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-03-20 16:37:14 +0000
committerErik Johnston <erik@matrix.org>2017-03-20 16:37:14 +0000
commit633dcc316c314fe60ca647fe71955f0cf5b75698 (patch)
treec57023f67abdb99f0eb285da47c5722bbb80641c
parentBump changelog and versions (diff)
downloadsynapse-633dcc316c314fe60ca647fe71955f0cf5b75698.tar.xz
Bump changelog and version release-v0.19.3
-rw-r--r--CHANGES.rst6
-rw-r--r--synapse/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 94fdc69185..2a46af52a8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+Changes in synapse v0.19.3 (2017-03-20)
+=======================================
+
+No changes since v0.19.3-rc2
+
+
 Changes in synapse v0.19.3-rc2 (2017-03-13)
 ===========================================
 
diff --git a/synapse/__init__.py b/synapse/__init__.py
index bcd2ed6440..7628e7c505 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.19.3-rc2"
+__version__ = "0.19.3"