summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-02-16 13:12:02 +0000
committerErik Johnston <erik@matrix.org>2021-02-16 13:12:02 +0000
commita27c1fd74b47499870ed23f17d958bf92a6a11ad (patch)
treeb24d5bc217450c30d2a47797af74ed4a0fd4b365 /synapse
parentAdd rustc to Docker image build environment (#9405) (diff)
downloadsynapse-a27c1fd74b47499870ed23f17d958bf92a6a11ad.tar.xz
1.27.0
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 283d6ffeff..359276427f 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.27.0rc2" +__version__ = "1.27.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