summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-09-05 17:03:49 +0100
committerRichard van der Hoff <richard@matrix.org>2018-09-05 17:27:23 +0100
commit42044c1a5c1cb0076fb31c4ef5644fe1eb82a574 (patch)
tree2f182103f5f55bdd264f7b8d52d3fe487e087e65 /synapse/__init__.py
parentFix origin handling for pushed transactions (diff)
downloadsynapse-42044c1a5c1cb0076fb31c4ef5644fe1eb82a574.tar.xz
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index a14d578e36..b9db2af0a0 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.2"
+__version__ = "0.33.2.1"