diff options
author | Erik Johnston <erik@matrix.org> | 2021-11-02 14:28:27 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-11-02 14:28:27 +0000 |
commit | 237f7eb87ad097ecf40f945630ac49cef1aa1154 (patch) | |
tree | 2fb7f95f8130b4756b5603ff8994c687c8726a9e /synapse/__init__.py | |
parent | Add remaining type hints to `synapse.events`. (#11098) (diff) | |
parent | Update changelog (diff) | |
download | synapse-237f7eb87ad097ecf40f945630ac49cef1aa1154.tar.xz |
Merge remote-tracking branch 'origin/master' into develop
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 355b36fc63..5ef34bce40 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.46.0rc1" +__version__ = "1.46.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 |