Skip to content

Commit a3b80ff

Browse files
SecureDrop 2.6.1
1 parent 4b28622 commit a3b80ff

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.6.1~rc1
3+
## 2.6.1
44

55
### Operations
66

install_files/ansible-base/group_vars/all/securedrop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Variables that apply to both the app and monitor server go in this file
33
# If the monitor or app server need different values define the variable in
44
# hosts_vars/app.yml or host_vars/mon.yml
5-
securedrop_version: "2.6.1~rc1"
5+
securedrop_version: "2.6.1"
66
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77

88
grsecurity: true

molecule/shared/stable.ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.0
1+
2.6.1

securedrop/debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
securedrop (2.6.1~rc1+focal) focal; urgency=medium
1+
securedrop (2.6.1+focal) focal; urgency=medium
22

33
* see changelog.md
44

5-
-- SecureDrop Team <securedrop@freedom.press> Tue, 15 Aug 2023 17:40:24 -0400
5+
-- SecureDrop Team <securedrop@freedom.press> Thu, 17 Aug 2023 10:51:19 -0400
66

77
securedrop (2.6.0+focal) focal; urgency=medium
88

securedrop/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="securedrop-app-code",
7-
version="2.6.1~rc1",
7+
version="2.6.1",
88
author="Freedom of the Press Foundation",
99
author_email="securedrop@freedom.press",
1010
description="SecureDrop Server",

securedrop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.6.1~rc1"
1+
__version__ = "2.6.1"

0 commit comments

Comments
 (0)