summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-26 12:03:29 +0000
committerErik Johnston <erik@matrix.org>2021-03-26 12:03:29 +0000
commitc6f8e8086cb32ec88ad87a8fa36d9f5eb6f9824d (patch)
treed7e61fa343748e76b78b13c7cb01583b4f7e986e /synapse
parentExplicitly upgrade openssl in docker file and enforce new version of cryptogr... (diff)
downloadsynapse-c6f8e8086cb32ec88ad87a8fa36d9f5eb6f9824d.tar.xz
1.30.1
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 8e57739cd2..c9bc8fb9e9 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.30.0"
+__version__ = "1.30.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