diff options
author | Erik Johnston <erik@matrix.org> | 2021-01-13 10:19:12 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-01-13 10:19:12 +0000 |
commit | 3dd6ba135ea37655b70b4099d9c3e0cadada9e1d (patch) | |
tree | 2881f5d51288428fff85a693075431f6ad9eab28 /synapse | |
parent | Announce Python / PostgreSQL deprecation policies (#9085) (diff) | |
download | synapse-3dd6ba135ea37655b70b4099d9c3e0cadada9e1d.tar.xz |
1.25.0
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 99fb675748..193adca624 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.25.0rc1" +__version__ = "1.25.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 |