Skip to content

Commit

Permalink
Fix version number in upgrading-to-nikola-v8 post
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 10, 2018
1 parent 46b5713 commit 0a713e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions posts/upgrading-to-nikola-v8.txt
Expand Up @@ -7,7 +7,7 @@
.. description: How to upgrade to Nikola v8? This is a list of all things you need to take care of first.
.. type: text
.. author: Chris Warrick
.. updated: 2018-09-08 20:00:00
.. updated: 2018-09-10 19:00:00 UTC

.. class:: lead

Expand Down Expand Up @@ -40,7 +40,7 @@ How to upgrade

1. Upgrade to the latest v7 version: ``pip install Nikola==7.8.15`` and make sure
there are no outstanding warnings.
2. Upgrade to v8: ``pip install -U --upgrade-strategy=eager Nikola==8.0.0b3``
2. Upgrade to v8: ``pip install -U --upgrade-strategy=eager Nikola==8.0.0``
3. Read the upgrade notes below and `the full changelog`__
4. Upgrade all third-party plugins and themes. (``nikola plugin --upgrade``,
``nikola theme --upgrade``)
Expand Down
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2018-09-10T19:03:04.901226"
"last_deploy": "2018-09-10T19:31:29.607272"
}

0 comments on commit 0a713e6

Please sign in to comment.