summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-10-19 12:44:33 +0100
committerDavid Robertson <davidr@element.io>2021-10-19 12:44:33 +0100
commita6c318735da7bcc689ff266dad12b50bd42ebe52 (patch)
tree8c46d3b9a1ed82374b5466e94582503df2c9fdc5 /synapse
parentMove _persist_auth_tree into FederationEventHandler (#11115) (diff)
parentBe less inconsistent about v1.2.3 versus 1.2.3 (diff)
downloadsynapse-a6c318735da7bcc689ff266dad12b50bd42ebe52.tar.xz
Merge branch 'master' into develop
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 ab90093e70..97452f34fe 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.45.0rc2"
+__version__ = "1.45.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