summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-08-25 15:24:39 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-08-25 15:24:39 +0100
commitb79d69796c47e419195df96fb7c5036e47c1e539 (patch)
tree8ac338c9c89e1ed64b98753d3aa941b60857f27e /synapse/__init__.py
parentFix join ratelimiter breaking profile updates and idempotency (#8153) (diff)
downloadsynapse-b79d69796c47e419195df96fb7c5036e47c1e539.tar.xz
1.19.1rc1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
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