summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-10-01 13:17:59 +0100
committerRichard van der Hoff <richard@matrix.org>2020-10-01 13:17:59 +0100
commitc501c80e467a0c7a2429633a5160a580195a8826 (patch)
treee3a5bca1264b3286ed491f8e377521333eb6a28c /synapse
parent1.21.0 (diff)
downloadsynapse-c501c80e467a0c7a2429633a5160a580195a8826.tar.xz
fix version number
we're not doing a final release yet!
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 57f818125a..4706974508 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.21.0"
+__version__ = "1.21.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