Skip to content

Commit

Permalink
Bump docs version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Mar 11, 2021
1 parent 1ae766c commit 4a088f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions docs/backup_and_restore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Migrating Using a V2+V3 or V3-Only Backup
cd ~/Persistent/securedrop/
git fetch --tags
git tag -v 1.7.1
git tag -v 1.8.0
The output should include the following two lines:

Expand All @@ -239,10 +239,10 @@ Migrating Using a V2+V3 or V3-Only Backup

.. code:: sh
git checkout 1.7.1
git checkout 1.8.0
.. important::
If you see the warning ``refname '1.7.1' is ambiguous`` in the
If you see the warning ``refname '1.8.0' is ambiguous`` in the
output, we recommend that you contact us immediately at
[email protected]
(`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__).
Expand Down Expand Up @@ -385,7 +385,7 @@ source accounts, and journalist accounts. To do so, follow the steps below:
cd ~/Persistent/securedrop/
git fetch --tags
git tag -v 1.7.1
git tag -v 1.8.0
The output should include the following two lines:

Expand All @@ -405,11 +405,11 @@ source accounts, and journalist accounts. To do so, follow the steps below:

.. code:: sh
git checkout 1.7.1
git checkout 1.8.0
.. important::
If you see the warning ``refname '1.7.1' is ambiguous`` in the
If you see the warning ``refname '1.8.0' is ambiguous`` in the
output, we recommend that you contact us immediately at
[email protected] (`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__).

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = "1.7.1"
version = "1.8.0"
# The full version, including alpha/beta/rc tags.
release = "1.7.1"
release = "1.8.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/set_up_admin_tails.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ signed with the release signing key:
cd ~/Persistent/securedrop/
git fetch --tags
git tag -v 1.7.1
git tag -v 1.8.0
The output should include the following two lines:

Expand All @@ -158,9 +158,9 @@ screen of your workstation. If it does, you can check out the new release:

.. code:: sh
git checkout 1.7.1
git checkout 1.8.0
.. important:: If you see the warning ``refname '1.7.1' is ambiguous`` in the
.. important:: If you see the warning ``refname '1.8.0' is ambiguous`` in the
output, we recommend that you contact us immediately at
[email protected] (`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__).

Expand Down

0 comments on commit 4a088f0

Please sign in to comment.