forked from matrix-org/synapse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed1ce03
commit 35442ef
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
matrix-synapse-py3 (0.99.3) UNRELEASED; urgency=medium | ||
matrix-synapse-py3 (0.99.3) stable; urgency=medium | ||
|
||
[ Richard van der Hoff ] | ||
* Fix warning during preconfiguration. (Fixes: #4819) | ||
|
||
-- Richard van der Hoff <[email protected]> Thu, 07 Mar 2019 07:17:00 +0000 | ||
[ Synapse Packaging team ] | ||
* New synapse release 0.99.3. | ||
|
||
-- Synapse Packaging team <[email protected]> Mon, 01 Apr 2019 12:48:21 +0000 | ||
|
||
matrix-synapse-py3 (0.99.2) stable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ | |
except ImportError: | ||
pass | ||
|
||
__version__ = "0.99.3rc1" | ||
__version__ = "0.99.3" |