Skip to content

Commit 84d5e27

Browse files
SecureDrop 2.14.0~rc1
1 parent 15dba18 commit 84d5e27

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

admin/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop-admin (2.14.0~rc1) unstable; urgency=medium
2+
3+
*
4+
5+
-- SecureDrop Team <[email protected]> Fri, 05 Dec 2025 10:56:36 -0500
6+
17
securedrop-admin (2.13.0) unstable; urgency=medium
28

39
* see changelog.md

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.14.0~rc1
4+
5+
6+
37
## 2.13.0
48

59
### Web Applications and API

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.13.0"
5+
securedrop_version: "2.14.0~rc1"
66
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77

88
grsecurity: true

securedrop/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop (2.14.0~rc1) unstable; urgency=medium
2+
3+
*
4+
5+
-- SecureDrop Team <[email protected]> Fri, 05 Dec 2025 10:56:53 -0500
6+
17
securedrop (2.13.0) unstable; urgency=medium
28

39
* see changelog.md

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.13.0",
7+
version="2.14.0~rc1",
88
author="Freedom of the Press Foundation",
99
author_email="[email protected]",
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.13.0"
1+
__version__ = "2.14.0~rc1"

0 commit comments

Comments
 (0)