summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-17 11:34:39 +0100
committerErik Johnston <erik@matrix.org>2021-05-17 11:34:39 +0100
commitafb6dcf806d5a290d8cbd2c911c6a712ae3cf391 (patch)
tree688913a237cc792d89b29dcacf3a1cd7fe87e2e7 /synapse
parentIncorporate changes from review (diff)
downloadsynapse-afb6dcf806d5a290d8cbd2c911c6a712ae3cf391.tar.xz
1.34.0
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 15d54a1ceb..7498a6016f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.34.0rc1"
+__version__ = "1.34.0"
 
 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