summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-08-27 11:01:21 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-08-27 11:01:21 +0100
commit9cfc1202337c050e216d587d45586479c3da58d0 (patch)
tree8d47991c8465fa1aaca1fc56ab177261f1a0462c /synapse
parentUpdate debian systemd service to use Type=notify (#8169) (diff)
parent1.19.1 (diff)
downloadsynapse-9cfc1202337c050e216d587d45586479c3da58d0.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 2195723613..1282d19b3c 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.19.1rc1"
+__version__ = "1.19.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