File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed
install_files/ansible-base/group_vars/all Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.13.0~ rc1
4+
5+
6+
37## 2.12.9
48
59### Ubuntu 24.04 (Noble) upgrade
Original file line number Diff line number Diff line change 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.12.9 "
5+ securedrop_version: "2.13.0~rc1 "
66securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77
88grsecurity: true
Original file line number Diff line number Diff line change 1+ securedrop (2.13.0~rc1) unstable; urgency=medium
2+
3+ * see changelog.md
4+
5+ -- SecureDrop Team <securedrop@freedom.press> Fri, 11 Jul 2025 10:56:32 -0400
6+
17securedrop (2.12.9) unstable; urgency=medium
28
39 * see changelog.md
Original file line number Diff line number Diff line change 44
55setuptools .setup (
66 name = "securedrop-app-code" ,
7- version = "2.12.9 " ,
7+ version = "2.13.0~rc1 " ,
88 author = "Freedom of the Press Foundation" ,
99 author_email = "securedrop@freedom.press" ,
1010 description = "SecureDrop Server" ,
Original file line number Diff line number Diff line change 1- __version__ = "2.12.9 "
1+ __version__ = "2.13.0~rc1 "
You can’t perform that action at this time.
0 commit comments