diff --git a/CHANGES.txt b/CHANGES.txt index edffc76e56..c2ae94a32a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -New in master +New in v8.3.1 ============= Features diff --git a/docs/extending.rst b/docs/extending.rst index abd76e4472..a54fb6bc9e 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -6,7 +6,7 @@ .. description: .. author: The Nikola Team -:Version: 8.3.0 +:Version: 8.3.1 :Author: Roberto Alsina .. class:: alert alert-primary float-md-right diff --git a/docs/man/nikola.1.gz b/docs/man/nikola.1.gz index f24dc1e1fd..f8a78fb445 100644 Binary files a/docs/man/nikola.1.gz and b/docs/man/nikola.1.gz differ diff --git a/docs/man/nikola.rst b/docs/man/nikola.rst index 53c3b9f37d..8b68d46f3b 100644 --- a/docs/man/nikola.rst +++ b/docs/man/nikola.rst @@ -6,7 +6,7 @@ Nikola A Static Site and Blog Generator -------------------------------- -:Version: Nikola 8.3.0 +:Version: Nikola 8.3.1 :Manual section: 1 :Manual group: User Commands diff --git a/docs/manual.rst b/docs/manual.rst index 57b7b07575..17ae9de04d 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -7,7 +7,7 @@ .. has_math: true .. author: The Nikola Team -:Version: 8.3.0 +:Version: 8.3.1 .. class:: alert alert-primary float-md-right diff --git a/docs/social_buttons.rst b/docs/social_buttons.rst index 31c9c03bbf..f3578ea83a 100644 --- a/docs/social_buttons.rst +++ b/docs/social_buttons.rst @@ -6,7 +6,7 @@ .. description: .. author: The Nikola Team -:Version: 8.3.0 +:Version: 8.3.1 .. class:: alert alert-primary float-md-right diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 44890f5f97..609433ebc9 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '8.3.0' +version = '8.3.1' # The full version, including alpha/beta/rc tags. -release = '8.3.0' +release = '8.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/support.rst b/docs/support.rst index cc803f90b8..5615bf9e55 100644 --- a/docs/support.rst +++ b/docs/support.rst @@ -4,7 +4,7 @@ .. description: Get help using Nikola, or contact us. .. author: The Nikola Team -:Version: 8.3.0 +:Version: 8.3.1 .. class:: alert alert-primary float-md-right diff --git a/docs/template-variables.rst b/docs/template-variables.rst index 2d10f2717e..b2925ae1c9 100644 --- a/docs/template-variables.rst +++ b/docs/template-variables.rst @@ -3,7 +3,7 @@ .. date: 2017-04-13 12:00:00 .. author: The Nikola Team -:Version: 8.3.0 +:Version: 8.3.1 :Author: Chris Warrick Variables available in templates are listed below. diff --git a/docs/theming.rst b/docs/theming.rst index 5beecd1f05..99ef81b5d8 100644 --- a/docs/theming.rst +++ b/docs/theming.rst @@ -6,7 +6,7 @@ .. description: .. author: The Nikola Team -:Version: 8.3.0 +:Version: 8.3.1 :Author: Roberto Alsina .. class:: alert alert-primary float-md-right diff --git a/nikola/__init__.py b/nikola/__init__.py index edf1c93bc2..12e660adb7 100644 --- a/nikola/__init__.py +++ b/nikola/__init__.py @@ -29,7 +29,7 @@ import os import sys -__version__ = '8.3.0' +__version__ = '8.3.1' DEBUG = bool(os.getenv('NIKOLA_DEBUG')) SHOW_TRACEBACKS = bool(os.getenv('NIKOLA_SHOW_TRACEBACKS')) diff --git a/setup.py b/setup.py index be83840607..e9e0ded720 100755 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ def run(self): setup(name='Nikola', - version='8.3.0', + version='8.3.1', description='A modular, fast, simple, static website and blog generator', long_description=long_description, author='Roberto Alsina and others', diff --git a/snapcraft.yaml b/snapcraft.yaml index 21db9ede1c..0f1915ea88 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: nikola -version: 8.3.0 +version: 8.3.1 summary: A static website generator description: A static website generator confinement: strict