Browse Source

0.32.0 version bump, update changelog

Neil Johnson 5 years ago
parent
commit
277c561766
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGES.rst
  2. 1 1
      synapse/__init__.py

+ 4 - 0
CHANGES.rst

@@ -1,3 +1,7 @@
+Changes in synapse v0.32.0 (2018-07-06)
+===========================================
+No changes since 0.32.0rc1
+
 Synapse 0.32.0rc1 (2018-07-05)
 ==============================
 

+ 1 - 1
synapse/__init__.py

@@ -17,4 +17,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.32.0rc1"
+__version__ = "0.32.0"