Browse Source

Prepare 0.32.1 release

Richard van der Hoff 5 years ago
parent
commit
1cfc2c4790
3 changed files with 10 additions and 2 deletions
  1. 9 0
      CHANGES.rst
  2. 0 1
      changelog.d/3488.bugfix
  3. 1 1
      synapse/__init__.py

+ 9 - 0
CHANGES.rst

@@ -1,3 +1,12 @@
+Synapse 0.32.1 (2018-07-06)
+===========================
+
+Bugfixes
+--------
+
+- Add explicit dependency on netaddr (`#3488 <https://github.com/matrix-org/synapse/issues/3488>`_)
+
+
 Changes in synapse v0.32.0 (2018-07-06)
 ===========================================
 No changes since 0.32.0rc1

+ 0 - 1
changelog.d/3488.bugfix

@@ -1 +0,0 @@
-Add explicit dependency on netaddr

+ 1 - 1
synapse/__init__.py

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