Browse Source

Bump version and changelog

Erik Johnston 8 years ago
parent
commit
e7aaa7c61e
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGES.rst
  2. 1 1
      synapse/__init__.py

+ 5 - 0
CHANGES.rst

@@ -1,3 +1,8 @@
+Changes in synapse v0.14.0 (2016-03-30)
+=======================================
+
+No changes from v0.14.0-rc2
+
 Changes in synapse v0.14.0-rc2 (2016-03-23)
 ===========================================
 

+ 1 - 1
synapse/__init__.py

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