Skip to content

Commit 0b2dc2c

Browse files
committed
Version 8.0.2
Signed-off-by: Chris Warrick <[email protected]>
1 parent e0799ff commit 0b2dc2c

File tree

17 files changed

+65
-62
lines changed

17 files changed

+65
-62
lines changed

CHANGES.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
New in master
1+
New in v8.0.2
22
=============
33

4+
Features
5+
--------
6+
7+
* Make ``ARCHIVE_PATH``, ``ARCHIVE_FILENAME`` translatable
8+
(Issue #3234)
9+
* Support configuring Isso via ``GLOBAL_CONTEXT['isso_config']``
10+
(Issue #3225)
11+
* Handle fragments in doc role (Issue #3212)
12+
* Slugify references in doc role.
13+
* Add Interlingua translation by Alberto Mardegan
14+
* Add Afrikaans translation by Friedel Wolff
15+
* Support for docutils.conf (Issue #3188)
16+
417
Bugfixes
518
--------
619

@@ -26,18 +39,6 @@ Bugfixes
2639
* bootstrap4 and bootblog4 themes no longer load moment.js when
2740
fancydates are off. (Issue #3231)
2841

29-
Features
30-
--------
31-
32-
* Make ``ARCHIVE_PATH``, ``ARCHIVE_FILENAME`` translatable (Issue #3234)
33-
* Support configuring Isso via ``GLOBAL_CONTEXT['isso_config']``
34-
(Issue #3225)
35-
* Handle fragments in doc role (Issue #3212)
36-
* Slugify references in doc role.
37-
* Add Interlingua translation by Alberto Mardegan
38-
* Add Afrikaans translation by Friedel Wolff
39-
* Support for docutils.conf (Issue #3188)
40-
4142
New in v8.0.1
4243
=============
4344

docs/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. description:
77
.. author: The Nikola Team
88
9-
:Version: 8.0.1
9+
:Version: 8.0.2
1010
:Author: Roberto Alsina <[email protected]>
1111

1212
.. class:: alert alert-primary float-md-right

docs/man/nikola.1.gz

0 Bytes
Binary file not shown.

docs/man/nikola.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Nikola
66
A Static Site and Blog Generator
77
--------------------------------
88

9-
:Version: Nikola 8.0.1
9+
:Version: Nikola 8.0.2
1010
:Manual section: 1
1111
:Manual group: User Commands
1212

docs/manual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.. has_math: true
88
.. author: The Nikola Team
99
10-
:Version: 8.0.1
10+
:Version: 8.0.2
1111

1212
.. class:: alert alert-primary float-md-right
1313

docs/social_buttons.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. description:
77
.. author: The Nikola Team
88
9-
:Version: 8.0.1
9+
:Version: 8.0.2
1010

1111
.. class:: alert alert-primary float-md-right
1212

docs/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '8.0.1'
54+
version = '8.0.2'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '8.0.1'
56+
release = '8.0.2'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

docs/support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. description: Get help using Nikola, or contact us.
55
.. author: The Nikola Team
66
7-
:Version: 8.0.1
7+
:Version: 8.0.2
88

99
.. class:: alert alert-primary float-md-right
1010

docs/template-variables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. date: 2017-04-13 12:00:00
44
.. author: The Nikola Team
55
6-
:Version: 8.0.1
6+
:Version: 8.0.2
77
:Author: Chris Warrick <[email protected]>
88

99
Variables available in templates are listed below.

docs/theming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. description:
77
.. author: The Nikola Team
88
9-
:Version: 8.0.1
9+
:Version: 8.0.2
1010
:Author: Roberto Alsina <[email protected]>
1111

1212
.. class:: alert alert-primary float-md-right

0 commit comments

Comments
 (0)