diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-08-25 15:24:39 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-08-25 15:24:39 +0100 |
commit | b79d69796c47e419195df96fb7c5036e47c1e539 (patch) | |
tree | 8ac338c9c89e1ed64b98753d3aa941b60857f27e /synapse | |
parent | Fix join ratelimiter breaking profile updates and idempotency (#8153) (diff) | |
download | synapse-b79d69796c47e419195df96fb7c5036e47c1e539.tar.xz |
1.19.1rc1
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 f493cbd7d1..2195723613 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.19.0" +__version__ = "1.19.1rc1" 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 |