diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-07-09 16:53:19 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-07-09 16:53:19 +0100 |
commit | 43726783e40603c4604d4bc656c25c7cf85863e4 (patch) | |
tree | 4aee27d8c6a0a7b3e6d7ae3d3e6d1f5500d71398 /synapse/__init__.py | |
parent | Fix some spelling mistakes / typos. (#7811) (diff) | |
download | synapse-43726783e40603c4604d4bc656c25c7cf85863e4.tar.xz |
1.17.0rc1 v1.17.0rc1
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 de65ce6db8..5bb09a37d7 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.16.0" +__version__ = "1.17.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 |