summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-02-12 13:24:09 +0000
committerBrendan Abolivier <babolivier@matrix.org>2020-02-12 13:24:09 +0000
commit47acbc519f7961698d3228e3c7bb15c5275ec7e9 (patch)
tree4aa3d9453918afdde72be64550e6ffe52b60a6ac /synapse
parentUse BSD-compatible in-place editing for sed. (#6887) (diff)
parentMerge tag 'v1.10.0' (diff)
downloadsynapse-47acbc519f7961698d3228e3c7bb15c5275ec7e9.tar.xz
Merge branch 'master' into develop
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 ba339004ba..9d285fca38 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.10.0rc5"
+__version__ = "1.10.0"
 
 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