Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
10 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,4 +1,4 @@ | ||
New in master | ||
New in v7.3.0 | ||
============= | ||
|
||
Features | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,7 +8,7 @@ | ||
Extending Nikola | ||
================ | ||
|
||
:Version: 7.2.0 | ||
:Version: 7.3.0 | ||
:Author: Roberto Alsina <ralsina@netmanagers.com.ar> | ||
|
||
.. class:: alert alert-info pull-right | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -3,7 +3,7 @@ | ||
.. date: 1970-01-01 15:00:00 | ||
.. description: Get help using Nikola, or contact us. | ||
|
||
:Version: 7.2.0 | ||
:Version: 7.3.0 | ||
|
||
.. class:: alert alert-info pull-right | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,7 +8,7 @@ | ||
The Nikola Handbook | ||
=================== | ||
|
||
:Version: 7.2.0 | ||
:Version: 7.3.0 | ||
|
||
.. class:: alert alert-info pull-right | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,7 +8,7 @@ | ||
Using Alternative Social Buttons with Nikola | ||
============================================ | ||
|
||
:Version: 7.2.0 | ||
:Version: 7.3.0 | ||
|
||
.. class:: alert alert-info pull-right | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,7 +8,7 @@ | ||
Theming Nikola | ||
============== | ||
|
||
:Version: 7.2.0 | ||
:Version: 7.3.0 | ||
:Author: Roberto Alsina <ralsina@netmanagers.com.ar> | ||
|
||
.. class:: alert alert-info pull-right | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,7 +8,7 @@ | ||
Upgrading to v6 | ||
=============== | ||
|
||
:Version: 7.2.0 | ||
:Version: 7.3.0 | ||
|
||
.. class:: lead | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -27,7 +27,7 @@ | ||
from __future__ import absolute_import | ||
import os | ||
|
||
__version__ = "7.2.0" | ||
__version__ = "7.3.0" | ||
DEBUG = bool(os.getenv('NIKOLA_DEBUG')) | ||
|
||
from .nikola import Nikola # NOQA | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters