diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-04-23 10:59:10 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-04-23 10:59:10 -0400 |
commit | ce9b62e13f7d653e5099ae4a159c0e5cde419cf8 (patch) | |
tree | dac17e2af116a5593b8130ee6522aa6aba3e7808 /synapse/__init__.py | |
parent | formatting for the changelog (diff) | |
download | synapse-ce9b62e13f7d653e5099ae4a159c0e5cde419cf8.tar.xz |
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 fff9d311f3..d8d340f426 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.12.4rc1" +__version__ = "1.12.4" 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 |