summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-10-29 21:52:52 +1100
committerAmber Brown <hawkowl@atleastfornow.net>2018-10-29 21:52:52 +1100
commit2b791865c454f3bd08aa16431ef506305f712609 (patch)
tree8facdc24c9f2e546a73d33dad5b4afd1aeafebc2 /synapse/__init__.py
parentPort register_new_matrix_user to Python 3 and add tests (#4085) (diff)
downloadsynapse-2b791865c454f3bd08aa16431ef506305f712609.tar.xz
version bump
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 1ddbbbebfb..c8377df7b2 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -27,4 +27,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "0.33.7"
+__version__ = "0.33.8rc1"