summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-05-11 14:54:38 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-05-11 14:54:38 +0100
commit20ffaa72098708b125801402c5258f7cc6163c5b (patch)
tree6f66863aab20e48b272093560beeb618197c4863 /synapse/__init__.py
parentDocumentation on setting up redis (#7446) (diff)
downloadsynapse-20ffaa72098708b125801402c5258f7cc6163c5b.tar.xz
1.13.0rc1
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index d8d340f426..6cd16a820b 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.12.4"
+__version__ = "1.13.0rc1"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when