summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-07-02 10:34:28 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-07-02 10:35:59 -0400
commite8c36e527d4e817b09abf96cc2cb342c699316d0 (patch)
treee1b0e3a4988f33625cda07fc7d3677baa25b6430 /synapse
parentCorrectly handle outliers as prev events over federation (diff)
downloadsynapse-e8c36e527d4e817b09abf96cc2cb342c699316d0.tar.xz
1.15.2
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 4d39996a2e..c371e8f3c4 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.15.1"
+__version__ = "1.15.2"
 
 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