summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorSean Quah <seanq@element.io>2021-10-20 13:43:02 +0100
committerSean Quah <seanq@element.io>2021-10-20 13:43:02 +0100
commitee2cee5f529402e060e0a1567b438d2b6026cddb (patch)
treef672584864e2aa1cf22b02231b2a092accfddf91 /synapse/__init__.py
parentRemove false warning about copying the log config to a homeserver.yaml (#11092) (diff)
parentRemove link to #10947 from changelog (diff)
downloadsynapse-ee2cee5f529402e060e0a1567b438d2b6026cddb.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 97452f34fe..2687d932ea 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.45.0"
+__version__ = "1.45.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