summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-08-27 10:50:39 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-08-27 10:50:39 +0100
commiteadfda3ebc165317c634948826d50794b11dad46 (patch)
treea5a4c9c4662299a4e0408741e112e94026f4c967 /synapse/__init__.py
parentChangelog fixes (diff)
downloadsynapse-eadfda3ebc165317c634948826d50794b11dad46.tar.xz
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 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