summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-05-28 12:50:26 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-05-28 12:50:26 +0200
commit5cb470b4958162294e63730a82052349c608c43a (patch)
tree29f6bc5d3fdb4857ba9a6690cc5f60799d5b6166
parentMerge pull request #7584 from matrix-org/erikj/save_and_send_fed_token_in_bg (diff)
parentUpdate debian changelog (diff)
downloadsynapse-5cb470b4958162294e63730a82052349c608c43a.tar.xz
Merge branch 'master' into develop
-rw-r--r--CHANGES.md6
-rw-r--r--debian/changelog6
-rw-r--r--synapse/__init__.py2
3 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md

index 14a025e03e..bc1d1beb00 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,3 +1,9 @@ +Synapse 1.14.0 (2020-05-28) +=========================== + +No significant changes. + + Synapse 1.14.0rc2 (2020-05-27) ============================== diff --git a/debian/changelog b/debian/changelog
index e7842d4174..f50a102b04 100644 --- a/debian/changelog +++ b/debian/changelog
@@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.14.0) stable; urgency=medium + + * New synapse release 1.14.0. + + -- Synapse Packaging team <packages@matrix.org> Thu, 28 May 2020 10:37:27 +0000 + matrix-synapse-py3 (1.13.0) stable; urgency=medium [ Patrick Cloke ] diff --git a/synapse/__init__.py b/synapse/__init__.py
index 5e957985d7..f0105d3e2f 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.14.0rc2" +__version__ = "1.14.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