diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-01-14 15:25:16 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-01-14 15:25:16 +0000 |
commit | e7da1ced24de9af219c5d7790fd011a9a640ad71 (patch) | |
tree | 84cfa6345a8b404298df080507bd8b8be1d89d93 /synapse/__init__.py | |
parent | Remove the 'password_hash' from the Users Admin API endpoint response diction... (diff) | |
parent | Tweak the changelog summary section (diff) | |
download | synapse-e7da1ced24de9af219c5d7790fd011a9a640ad71.tar.xz |
Merge branch 'release-v1.50' 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 92aec334e6..f2dac4e7de 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.50.0rc1" +__version__ = "1.50.0rc2" 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 |