summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-08-22 14:07:10 +0100
committerRichard van der Hoff <richard@matrix.org>2018-08-22 14:07:10 +0100
commit4e5a4549b68d3cbc8e74dda9025321c4b40b0222 (patch)
tree670abd646bcdf495a99e4d7e964b459c15c06c89
parentUpdate attributions and PR links in changelog (diff)
downloadsynapse-4e5a4549b68d3cbc8e74dda9025321c4b40b0222.tar.xz
bump version to 0.33.3
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 252c49ca82..e62901b761 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -17,4 +17,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.33.3rc2"
+__version__ = "0.33.3"