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

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jul 4, 2019
1 parent f6608a8 commit 20332b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Synapse 1.1.0 (2019-07-04)
==========================

Synapse 1.1.0rc2 (2019-07-03)
=============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/5615.doc

This file was deleted.

7 changes: 5 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
matrix-synapse-py3 (1.0.0+nmu1) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.1.0) stable; urgency=medium

[ Silke Hofstra ]
* Include systemd-python to allow logging to the systemd journal.

-- Silke Hofstra <silke@slxh.eu> Wed, 29 May 2019 09:45:29 +0200
[ Synapse Packaging team ]
* New synapse release 1.1.0.

-- Synapse Packaging team <packages@matrix.org> Thu, 04 Jul 2019 11:43:41 +0100

matrix-synapse-py3 (1.0.0) stable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
except ImportError:
pass

__version__ = "1.1.0rc2"
__version__ = "1.1.0"

0 comments on commit 20332b2

Please sign in to comment.