-
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.
- Loading branch information
1 parent
6bf606d
commit f06f03c
Showing
7 changed files
with
11 additions
and
58 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
34 changes: 2 additions & 32 deletions
34
install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-focal
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,38 +1,8 @@ | ||
securedrop-app-code (2.0.0~rc5+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Tue, 22 Jun 2021 23:32:45 -0400 | ||
|
||
securedrop-app-code (2.0.0~rc4+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Mon, 21 Jun 2021 18:22:56 -0700 | ||
|
||
securedrop-app-code (2.0.0~rc3+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Thu, 17 Jun 2021 10:50:35 -0400 | ||
|
||
securedrop-app-code (2.0.0~rc2+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Tue, 15 Jun 2021 15:09:33 -0400 | ||
|
||
securedrop-app-code (2.0.0~rc1+focal) focal; urgency=medium | ||
securedrop-app-code (2.0.0+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Wed, 09 Jun 2021 13:49:31 -0400 | ||
|
||
securedrop-app-code (1.9.0~rc1+focal) focal; urgency=medium | ||
|
||
* See changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Fri, 12 Mar 2021 10:19:54 -0500 | ||
-- SecureDrop Team <[email protected]> Wed, 23 Jun 2021 16:15:44 -0400 | ||
|
||
securedrop-app-code (1.8.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
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 @@ | ||
1.8.2 | ||
2.0.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 +1 @@ | ||
__version__ = '2.0.0~rc5' | ||
__version__ = '2.0.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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
setuptools.setup( | ||
name="securedrop-app-code", | ||
version="2.0.0~rc5", | ||
version="2.0.0", | ||
author="Freedom of the Press Foundation", | ||
author_email="[email protected]", | ||
description="SecureDrop Server", | ||
|