-
Notifications
You must be signed in to change notification settings - Fork 685
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 #7193 from freedomofpress/bump-2_9_0-ver
Bump Securedrop version to 2.9.0 for release.
- Loading branch information
Showing
6 changed files
with
12 additions
and
42 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.8.0 | ||
2.9.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,20 +1,8 @@ | ||
securedrop (2.9.0~rc3+focal) focal; urgency=medium | ||
securedrop (2.9.0+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Tue, 25 Jun 2024 17:27:17 -0400 | ||
|
||
securedrop (2.9.0~rc2+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Thu, 13 Jun 2024 17:42:18 -0400 | ||
|
||
securedrop (2.9.0~rc1+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Wed, 29 May 2024 11:32:58 -0400 | ||
-- SecureDrop Team <[email protected]> Thu, 27 Jun 2024 13:42:10 -0400 | ||
|
||
securedrop (2.8.0+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.9.0~rc3", | ||
version="2.9.0", | ||
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.9.0~rc3" | ||
__version__ = "2.9.0" |