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

Commit ea4e4d2

Browse files
committed
1.19.0
1 parent 93848f3 commit ea4e4d2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
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.19.0 (2020-08-17)
2+
===========================
3+
4+
Synapse 1.19.0 is identical to Synapse 1.19.0rc1.
5+
6+
17
Synapse 1.19.0rc1 (2020-08-13)
28
==============================
39

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
matrix-synapse-py3 (1.xx.0) stable; urgency=medium
1+
matrix-synapse-py3 (1.19.0) stable; urgency=medium
22

33
[ Synapse Packaging team ]
4-
* New synapse release 1.xx.0.
4+
* New synapse release 1.19.0.
55

66
[ Aaron Raimist ]
77
* Fix outdated documentation for SYNAPSE_CACHE_FACTOR
88

9-
-- Synapse Packaging team <[email protected]> XXXXX
9+
-- Synapse Packaging team <[email protected]> Mon, 17 Aug 2020 14:06:42 +0100
1010

1111
matrix-synapse-py3 (1.18.0) stable; urgency=medium
1212

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.19.0rc1"
51+
__version__ = "1.19.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)