1.38.0rc3

pull/10457/head v1.38.0rc3
Richard van der Hoff 2021-07-13 11:57:55 +01:00
parent 2d8b60e0f2
commit f7bfa694ae
5 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,12 @@
Synapse 1.38.0rc3 (2021-07-13)
==============================
Internal Changes
----------------
- Build the Debian packages in CI. ([\#10247](https://github.com/matrix-org/synapse/issues/10247), [\#10379](https://github.com/matrix-org/synapse/issues/10379))
Synapse 1.38.0rc2 (2021-07-09)
==============================

View File

@ -1 +0,0 @@
Build the Debian packages in CI.

View File

@ -1 +0,0 @@
Add Github Actions workflow to attach release artifacts to release.

8
debian/changelog vendored
View File

@ -1,8 +1,12 @@
matrix-synapse-py3 (1.37.1ubuntu1) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.38.0rc3) prerelease; urgency=medium
[ Erik Johnston ]
* Add synapse_review_recent_signups script
-- Erik Johnston <erikj@matrix.org> Thu, 01 Jul 2021 15:55:03 +0100
[ Synapse Packaging team ]
* New synapse release 1.38.0rc3.
-- Synapse Packaging team <packages@matrix.org> Tue, 13 Jul 2021 11:53:56 +0100
matrix-synapse-py3 (1.37.1) stable; urgency=medium

View File

@ -47,7 +47,7 @@ try:
except ImportError:
pass
__version__ = "1.38.0rc2"
__version__ = "1.38.0rc3"
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