summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-09-18 15:00:07 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-09-18 15:00:07 +0100
commit5b70acb44c730109029a5624238cdda80e109b17 (patch)
tree0283dc0b1ef3649a15637391681f757e037ee887 /synapse
parentUse _check_sigs_and_hash_and_fetch to validate backfill requests (#8350) (diff)
downloadsynapse-5b70acb44c730109029a5624238cdda80e109b17.tar.xz
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 078914695a..56705707e0 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.19.2"
+__version__ = "1.19.3"
 
 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