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

Commit f7bfa69

Browse files
committed
1.38.0rc3
1 parent 2d8b60e commit f7bfa69

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 1.38.0rc3 (2021-07-13)
2+
==============================
3+
4+
Internal Changes
5+
----------------
6+
7+
- Build the Debian packages in CI. ([\#10247](https://github.com/matrix-org/synapse/issues/10247), [\#10379](https://github.com/matrix-org/synapse/issues/10379))
8+
9+
110
Synapse 1.38.0rc2 (2021-07-09)
211
==============================
312

changelog.d/10247.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/10379.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
matrix-synapse-py3 (1.37.1ubuntu1) UNRELEASED; urgency=medium
1+
matrix-synapse-py3 (1.38.0rc3) prerelease; urgency=medium
22

3+
[ Erik Johnston ]
34
* Add synapse_review_recent_signups script
45

5-
-- Erik Johnston <[email protected]> Thu, 01 Jul 2021 15:55:03 +0100
6+
[ Synapse Packaging team ]
7+
* New synapse release 1.38.0rc3.
8+
9+
-- Synapse Packaging team <[email protected]> Tue, 13 Jul 2021 11:53:56 +0100
610

711
matrix-synapse-py3 (1.37.1) stable; urgency=medium
812

synapse/__init__.py

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

50-
__version__ = "1.38.0rc2"
50+
__version__ = "1.38.0rc3"
5151

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

0 commit comments

Comments
 (0)