summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorSean Quah <seanq@element.io>2021-10-20 12:00:03 +0100
committerSean Quah <seanq@element.io>2021-10-20 12:00:03 +0100
commit522489fbcdfd4f52f1ebbbf5670c474cbf3e29be (patch)
tree66a165c0c7253bad286b7a40ba5ec922d15d8abe /synapse/__init__.py
parentRevert change to counting of deactivated users towards the monthly active use... (diff)
downloadsynapse-522489fbcdfd4f52f1ebbbf5670c474cbf3e29be.tar.xz
1.45.1
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