From f6506a0ac2bd84c3699266d3d3141477b4d3f7aa Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Tue, 26 Jan 2021 17:38:44 -0800 Subject: [PATCH] Bump to 1.7.0 --- docs/conf.py | 4 ++-- docs/set_up_admin_tails.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ea94f9ceb..6521d8daa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ # built documents. # # The short X.Y version. -version = "1.6.0" +version = "1.7.0" # The full version, including alpha/beta/rc tags. -release = "1.6.0" +release = "1.7.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/set_up_admin_tails.rst b/docs/set_up_admin_tails.rst index e3f938192..fcc982d36 100644 --- a/docs/set_up_admin_tails.rst +++ b/docs/set_up_admin_tails.rst @@ -137,7 +137,7 @@ signed with the release signing key: cd ~/Persistent/securedrop/ git fetch --tags - git tag -v 1.6.0 + git tag -v 1.7.0 The output should include the following two lines: @@ -158,9 +158,9 @@ screen of your workstation. If it does, you can check out the new release: .. code:: sh - git checkout 1.6.0 + git checkout 1.7.0 -.. important:: If you see the warning ``refname '1.6.0' is ambiguous`` in the +.. important:: If you see the warning ``refname '1.7.0' is ambiguous`` in the output, we recommend that you contact us immediately at securedrop@freedom.press (`GPG encrypted `__).