Skip to content
Snippets Groups Projects
Commit b5c4fe19 authored by Erik Johnston's avatar Erik Johnston
Browse files

1.28.0

parent 7292b7c0
No related branches found
No related tags found
No related merge requests found
Synapse 1.28.0 (2021-02-25)
===========================
Internal Changes
----------------
- Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint. ([\#9474](https://github.com/matrix-org/synapse/issues/9474))
Synapse 1.28.0rc1 (2021-02-19) Synapse 1.28.0rc1 (2021-02-19)
============================== ==============================
......
Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint.
matrix-synapse-py3 (1.28.0) stable; urgency=medium
* New synapse release 1.28.0.
-- Synapse Packaging team <packages@matrix.org> Thu, 25 Feb 2021 10:21:57 +0000
matrix-synapse-py3 (1.27.0) stable; urgency=medium matrix-synapse-py3 (1.27.0) stable; urgency=medium
[ Dan Callahan ] [ Dan Callahan ]
......
...@@ -48,7 +48,7 @@ try: ...@@ -48,7 +48,7 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "1.28.0rc1" __version__ = "1.28.0"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)): 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 # We import here so that we don't have to install a bunch of deps when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment