Browse Source

Bump changelog and version

Erik Johnston 7 years ago
parent
commit
38434a7fbb
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGES.rst
  2. 1 1
      synapse/__init__.py

+ 6 - 0
CHANGES.rst

@@ -1,3 +1,9 @@
+Changes in synapse v0.19.0 (2017-02-04)
+=======================================
+
+No changes since RC 4.
+
+
 Changes in synapse v0.19.0-rc4 (2017-02-02)
 ===========================================
 

+ 1 - 1
synapse/__init__.py

@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.19.0-rc4"
+__version__ = "0.19.0"