diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-03-16 13:45:46 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-03-16 13:45:46 +0000 |
commit | d315e964436f43a262d8d8775fc0e322068e2052 (patch) | |
tree | 80d322d5bb2e81c1e2a88152ce1c76a226d21a83 /synapse | |
parent | Pass SSO IdP information to spam checker's registration function (#9626) (diff) | |
download | synapse-d315e964436f43a262d8d8775fc0e322068e2052.tar.xz |
1.30.0rc1
Diffstat (limited to 'synapse')
-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 56ca888862..88be7db196 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.29.0" +__version__ = "1.30.0rc1" 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 |