summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-02-25 10:22:07 +0000
committerErik Johnston <erik@matrix.org>2021-02-25 10:22:07 +0000
commitb5c4fe1971e32930150abd904cc5b7e8d66ec811 (patch)
tree17a953d6589a35b3bcdcdb8aceb0368e7387d73e /synapse/__init__.py
parentAdd back the deprecated SAML endpoint. (#9474) (diff)
downloadsynapse-b5c4fe1971e32930150abd904cc5b7e8d66ec811.tar.xz
1.28.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 2e70f46186..869e860fb0 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.28.0rc1"
+__version__ = "1.28.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