summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-02-12 12:19:19 +0000
committerBrendan Abolivier <babolivier@matrix.org>2020-02-12 12:19:19 +0000
commitfdb816713aacb295fe804290f5043bdac866dcf5 (patch)
treefabf26132b6dcfbf01f9cbbc0fc8419fbba74474 /synapse/__init__.py
parentbump the version of Alpine Linux used in the docker images (#6897) (diff)
downloadsynapse-fdb816713aacb295fe804290f5043bdac866dcf5.tar.xz
1.10.0
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 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