summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-08-22 14:37:11 +0100
committerRichard van der Hoff <richard@matrix.org>2018-08-22 14:37:11 +0100
commitc7181dcc6c7489008c8584640c9eea2438471b63 (patch)
tree9aef422e4a89b3b288f1d8bdfdd98304daa96ec3 /synapse
parentMerge pull request #3724 from Half-Shot/hs/guest-fetch-event (diff)
parentUse recaptcha_ajax.js directly from Google (diff)
downloadsynapse-c7181dcc6c7489008c8584640c9eea2438471b63.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'synapse')
-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"