summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-02-17 16:27:33 +0000
committerRichard van der Hoff <richard@matrix.org>2020-02-17 16:27:33 +0000
commitfd6d83ed96971e267fe4ce9c120d1d6ec87a3582 (patch)
tree9881a95b0572e2d783bb7ceb9a9f3be7778e235b /synapse/__init__.py
parentwait for current_state_events_membership before delete_old_current_state_even... (diff)
downloadsynapse-fd6d83ed96971e267fe4ce9c120d1d6ec87a3582.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 9d285fca38..8313f177d2 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.10.0"
+__version__ = "1.10.1"
 
 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