This commit is contained in:
Brendan Abolivier 2020-02-12 12:19:19 +00:00
parent 3dd2b5f5e3
commit fdb816713a
4 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,12 @@
Synapse 1.10.0 (2020-02-12)
===========================
Updates to the Docker image
---------------------------
- Update the docker images to Alpine Linux 3.11. ([\#6897](https://github.com/matrix-org/synapse/issues/6897))
Synapse 1.10.0rc5 (2020-02-11)
==============================

View file

@ -1 +0,0 @@
Update the docker images to Alpine Linux 3.11.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.10.0) stable; urgency=medium
* New synapse release 1.10.0.
-- Synapse Packaging team <packages@matrix.org> Wed, 12 Feb 2020 12:18:54 +0000
matrix-synapse-py3 (1.9.1) stable; urgency=medium
* New synapse release 1.9.1.

View file

@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.10.0rc5"
__version__ = "1.10.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