diff --git a/CHANGES.txt b/CHANGES.txt index 7ea574828e..bc71d3da41 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -New in master +New in v8.2.0 ============= Features diff --git a/docs/extending.rst b/docs/extending.rst index 8177e70e5d..395d839c88 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -6,7 +6,7 @@ .. description: .. author: The Nikola Team -:Version: 8.1.3 +:Version: 8.2.0 :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 5361cd0351..c6b9ec8638 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 611b1892f6..470fe48794 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.1.3 +:Version: Nikola 8.2.0 :Manual section: 1 :Manual group: User Commands diff --git a/docs/manual.rst b/docs/manual.rst index ebc2d98f16..f4ab0f0e9f 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -7,7 +7,7 @@ .. has_math: true .. author: The Nikola Team -:Version: 8.1.3 +:Version: 8.2.0 .. class:: alert alert-primary float-md-right diff --git a/docs/social_buttons.rst b/docs/social_buttons.rst index 0612b048e1..f1bfc081e7 100644 --- a/docs/social_buttons.rst +++ b/docs/social_buttons.rst @@ -6,7 +6,7 @@ .. description: .. author: The Nikola Team -:Version: 8.1.3 +:Version: 8.2.0 .. class:: alert alert-primary float-md-right diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index be80b19423..15c1ac0493 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '8.1.3' +version = '8.2.0' # The full version, including alpha/beta/rc tags. -release = '8.1.3' +release = '8.2.0' # 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 edf5e2bc4b..d25a4d4bc1 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.1.3 +:Version: 8.2.0 .. class:: alert alert-primary float-md-right diff --git a/docs/template-variables.rst b/docs/template-variables.rst index ec6e384e23..aeb254a38e 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.1.3 +:Version: 8.2.0 :Author: Chris Warrick Variables available in templates are listed below. diff --git a/docs/theming.rst b/docs/theming.rst index f875104091..957e68efe9 100644 --- a/docs/theming.rst +++ b/docs/theming.rst @@ -6,7 +6,7 @@ .. description: .. author: The Nikola Team -:Version: 8.1.3 +:Version: 8.2.0 :Author: Roberto Alsina .. class:: alert alert-primary float-md-right diff --git a/nikola/__init__.py b/nikola/__init__.py index 34396c9d66..e085f910df 100644 --- a/nikola/__init__.py +++ b/nikola/__init__.py @@ -29,7 +29,7 @@ import os import sys -__version__ = '8.1.3' +__version__ = '8.2.0' DEBUG = bool(os.getenv('NIKOLA_DEBUG')) SHOW_TRACEBACKS = bool(os.getenv('NIKOLA_SHOW_TRACEBACKS')) diff --git a/setup.py b/setup.py index 17b6de7761..bcdc32c739 100755 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ def run(self): setup(name='Nikola', - version='8.1.3', + version='8.2.0', 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 b6c9968f27..5882d1aae1 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: nikola -version: 8.1.3 +version: 8.2.0 summary: A static website generator description: A static website generator confinement: strict