diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-03-19 11:07:16 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-03-19 11:07:16 +0000 |
commit | e43e78b985c586133fedd9779eaf19e1a16ad68b (patch) | |
tree | 758a2c67b6ce7b427248f2e4588181b08223abc8 /synapse/__init__.py | |
parent | update grafana dashboard (diff) | |
download | synapse-e43e78b985c586133fedd9779eaf19e1a16ad68b.tar.xz |
1.12.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 e56ba89ff4..020e0536be 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.11.1" +__version__ = "1.12.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 |