Skip to content

Commit 1b7e1c7

Browse files
committed
Version 8.3.1
1 parent 6f845ee commit 1b7e1c7

13 files changed

+13
-13
lines changed

CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
New in master
1+
New in v8.3.1
22
=============
33

44
Features

docs/extending.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. description:
77
.. author: The Nikola Team
88
9-
:Version: 8.3.0
9+
:Version: 8.3.1
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

+1-1
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.3.0
9+
:Version: Nikola 8.3.1
1010
:Manual section: 1
1111
:Manual group: User Commands
1212

docs/manual.rst

+1-1
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.3.0
10+
:Version: 8.3.1
1111

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

docs/social_buttons.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. description:
77
.. author: The Nikola Team
88
9-
:Version: 8.3.0
9+
:Version: 8.3.1
1010

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

docs/sphinx/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '8.3.0'
58+
version = '8.3.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '8.3.0'
60+
release = '8.3.1'
6161

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

docs/support.rst

+1-1
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.3.0
7+
:Version: 8.3.1
88

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

docs/template-variables.rst

+1-1
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.3.0
6+
:Version: 8.3.1
77
:Author: Chris Warrick <[email protected]>
88

99
Variables available in templates are listed below.

docs/theming.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. description:
77
.. author: The Nikola Team
88
9-
:Version: 8.3.0
9+
:Version: 8.3.1
1010
:Author: Roberto Alsina <[email protected]>
1111

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

nikola/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import os
3030
import sys
3131

32-
__version__ = '8.3.0'
32+
__version__ = '8.3.1'
3333
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
3434
SHOW_TRACEBACKS = bool(os.getenv('NIKOLA_SHOW_TRACEBACKS'))
3535

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def run(self):
106106

107107

108108
setup(name='Nikola',
109-
version='8.3.0',
109+
version='8.3.1',
110110
description='A modular, fast, simple, static website and blog generator',
111111
long_description=long_description,
112112
author='Roberto Alsina and others',

snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: nikola
2-
version: 8.3.0
2+
version: 8.3.1
33
summary: A static website generator
44
description: A static website generator
55
confinement: strict

0 commit comments

Comments
 (0)