Skip to content

Commit c6a9636

Browse files
Updating version after 2.1.0 release
1 parent fd4da61 commit c6a9636

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.2.0~rc1
4+
5+
36
## 2.1.0
47

58
### Web applications

install_files/ansible-base/group_vars/all/securedrop

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

88
grsecurity: true

install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-focal

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop-app-code (2.2.0~rc1+focal) focal; urgency=medium
2+
3+
* see changelog.md
4+
5+
-- SecureDrop Team <[email protected]> Wed, 20 Oct 2021 10:31:48 -0400
6+
17
securedrop-app-code (2.1.0+focal) focal; urgency=medium
28

39
* see changelog.md

molecule/builder-focal/tests/vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
securedrop_version: "2.1.0"
2+
securedrop_version: "2.2.0~rc1"
33
ossec_version: "3.6.0"
44
keyring_version: "0.1.5"
55
config_version: "0.1.4"

securedrop/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.0'
1+
__version__ = '2.2.0~rc1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="securedrop-app-code",
7-
version="2.1.0",
7+
version="2.2.0~rc1",
88
author="Freedom of the Press Foundation",
99
author_email="[email protected]",
1010
description="SecureDrop Server",

0 commit comments

Comments
 (0)