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:53:31 +0000
committerErik Johnston <erik@matrix.org>2021-02-25 10:53:31 +0000
commit1efdcc3e8724808996a7b60a60ca72c1b96fee0b (patch)
tree0c4d80707391fc3e6a68abd7b3646f79fa5d2cb8 /synapse/__init__.py
parentAdd support for X-Forwarded-Proto (#9472) (diff)
parentFixup changelog (diff)
downloadsynapse-1efdcc3e8724808996a7b60a60ca72c1b96fee0b.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 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