diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-22 13:15:55 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-03-22 13:15:55 +0000 |
commit | e2904f720da42c47813d441a44f52eedb35f4850 (patch) | |
tree | f930bd620a36c1255d9c2498d000daf32b96fee9 /synapse | |
parent | Fix jemalloc changelog entry wording (diff) | |
download | synapse-e2904f720da42c47813d441a44f52eedb35f4850.tar.xz |
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 88be7db196..8e57739cd2 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.30.0rc1" +__version__ = "1.30.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 |