-
Notifications
You must be signed in to change notification settings - Fork 687
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
Conor Schaefer
committed
Feb 17, 2022
1 parent
5626a6e
commit b773d88
Showing
7 changed files
with
8 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Changelog | ||
|
||
## 2.2.0~rc3 | ||
## 2.2.0 | ||
|
||
### Web applications | ||
|
||
|
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
22 changes: 2 additions & 20 deletions
22
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,26 +1,8 @@ | ||
securedrop-app-code (2.2.0~rc3+focal) focal; urgency=medium | ||
securedrop-app-code (2.2.0+focal) focal; urgency=medium | ||
|
||
* See changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Wed, 16 Feb 2022 11:53:39 -0800 | ||
|
||
securedrop-app-code (2.2.0~rc2+focal) focal; urgency=medium | ||
|
||
* See changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Wed, 09 Feb 2022 09:42:43 -0800 | ||
|
||
securedrop-app-code (2.2.0~rc1+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Thu, 03 Feb 2022 17:06:28 -0800 | ||
|
||
securedrop-app-code (2.2.0~rc1+focal) focal; urgency=medium | ||
|
||
* see changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Wed, 20 Oct 2021 10:31:48 -0400 | ||
-- SecureDrop Team <[email protected]> Thu, 17 Feb 2022 11:04:38 -0800 | ||
|
||
securedrop-app-code (2.1.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
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.1.0 | ||
2.2.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.2.0~rc3' | ||
__version__ = '2.2.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.2.0~rc3", | ||
version="2.2.0", | ||
author="Freedom of the Press Foundation", | ||
author_email="[email protected]", | ||
description="SecureDrop Server", | ||
|