Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f76194a

Browse files
committed
1.21.0
1 parent b9c253a commit f76194a

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Synapse 1.21.0 (2020-10-12)
2+
===========================
3+
4+
No significant changes since v1.21.0rc3.
5+
6+
17
Synapse 1.21.0rc3 (2020-10-08)
28
==============================
39

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.21.0) stable; urgency=medium
2+
3+
* New synapse release 1.21.0.
4+
5+
-- Synapse Packaging team <[email protected]> Mon, 12 Oct 2020 15:47:44 +0100
6+
17
matrix-synapse-py3 (1.20.1) stable; urgency=medium
28

39
* New synapse release 1.20.1.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.21.0rc3"
51+
__version__ = "1.21.0"
5252

5353
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5454
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)