diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-04-02 11:30:49 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-04-02 11:32:16 +0100 |
commit | 529462b5c044f7f7491fd41ab7d0682d01a6236b (patch) | |
tree | d087df47cc11fdecc7704929ae1b804a96654611 /synapse | |
parent | Note where bugs were introduced (diff) | |
download | synapse-529462b5c044f7f7491fd41ab7d0682d01a6236b.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 c3c5b20f11..5df7d51ab1 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.12.1rc1" +__version__ = "1.12.1" 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 |