We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e70ef commit 3865d6aCopy full SHA for 3865d6a
synapse/__init__.py
@@ -47,7 +47,7 @@
47
except ImportError:
48
pass
49
50
-__version__ = "1.34.0"
+__version__ = "1.34.0.1"
51
52
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
53
# We import here so that we don't have to install a bunch of deps when
0 commit comments