diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-06-29 19:58:25 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-06-29 19:58:25 +0100 |
commit | f99e9cc2da6afe49ed7a1fbe18ab08e68befa614 (patch) | |
tree | fe8935fd8a6dc66043c11e920e8d8f73a1fd9233 | |
parent | Merge remote-tracking branch 'origin/erikj/async_federation_base_branch' into... (diff) | |
download | synapse-f99e9cc2da6afe49ed7a1fbe18ab08e68befa614.tar.xz |
v1.37.1a1
-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 c865d2e100..0900492619 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.37.0" +__version__ = "1.37.1a1" 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 |