-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6881 from freedomofpress/update-2.6.0-changelog
Backport 2.6.0 changelog and update development version.
- Loading branch information
Showing
6 changed files
with
21 additions
and
11 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
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 +1 @@ | ||
2.5.2 | ||
2.6.0 |
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,14 @@ | ||
securedrop (2.6.0~rc1+focal) focal; urgency=medium | ||
securedrop (2.7.0~rc1+focal) focal; urgency=medium | ||
|
||
* | ||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Fri, 23 Jun 2023 09:59:44 -0400 | ||
|
||
securedrop (2.6.0+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Tue, 28 Feb 2023 12:37:26 -0500 | ||
-- SecureDrop Team <[email protected]> Thu, 22 Jun 2023 13:35:42 -0400 | ||
|
||
securedrop-app-code (2.5.2+focal) focal; 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
setuptools.setup( | ||
name="securedrop-app-code", | ||
version="2.6.0~rc1", | ||
version="2.7.0~rc1", | ||
author="Freedom of the Press Foundation", | ||
author_email="[email protected]", | ||
description="SecureDrop Server", | ||
|
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 +1 @@ | ||
__version__ = "2.6.0~rc1" | ||
__version__ = "2.7.0~rc1" |