Skip to content

Commit

Permalink
SecureDrop 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Aug 17, 2023
1 parent 4b28622 commit a3b80ff
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog.md
@@ -1,6 +1,6 @@
# Changelog

## 2.6.1~rc1
## 2.6.1

### Operations

Expand Down
2 changes: 1 addition & 1 deletion install_files/ansible-base/group_vars/all/securedrop
Expand Up @@ -2,7 +2,7 @@
# Variables that apply to both the app and monitor server go in this file
# If the monitor or app server need different values define the variable in
# hosts_vars/app.yml or host_vars/mon.yml
securedrop_version: "2.6.1~rc1"
securedrop_version: "2.6.1"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
2 changes: 1 addition & 1 deletion molecule/shared/stable.ver
@@ -1 +1 @@
2.6.0
2.6.1
4 changes: 2 additions & 2 deletions securedrop/debian/changelog
@@ -1,8 +1,8 @@
securedrop (2.6.1~rc1+focal) focal; urgency=medium
securedrop (2.6.1+focal) focal; urgency=medium

* see changelog.md

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

securedrop (2.6.0+focal) focal; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion securedrop/setup.py
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="securedrop-app-code",
version="2.6.1~rc1",
version="2.6.1",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Server",
Expand Down
2 changes: 1 addition & 1 deletion securedrop/version.py
@@ -1 +1 @@
__version__ = "2.6.1~rc1"
__version__ = "2.6.1"

0 comments on commit a3b80ff

Please sign in to comment.