diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-07-02 11:06:35 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-07-02 11:06:35 -0400 |
commit | 1319e532518ce39ab012c3e411ad3cdf8424cda6 (patch) | |
tree | f23154bd51c84f5a47509877c2a359c66ffcbd00 /synapse/__init__.py | |
parent | Merge branch 'master' into release-v1.16.0 (diff) | |
download | synapse-1319e532518ce39ab012c3e411ad3cdf8424cda6.tar.xz |
1.16.0rc2
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 f5cd8271a6..0ffbcae502 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.16.0rc1" +__version__ = "1.16.0rc2" 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 |