diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-02-12 12:19:19 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-02-12 12:19:19 +0000 |
commit | fdb816713aacb295fe804290f5043bdac866dcf5 (patch) | |
tree | fabf26132b6dcfbf01f9cbbc0fc8419fbba74474 /synapse/__init__.py | |
parent | bump the version of Alpine Linux used in the docker images (#6897) (diff) | |
download | synapse-fdb816713aacb295fe804290f5043bdac866dcf5.tar.xz |
1.10.0
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
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 |